-
popups.zip demonstration right
popups.zip
演示右击鼠标弹出菜单
popmenu.zip
演示右击鼠标弹出菜单
nod_popup.zip
定位弹出菜单
custmnu2.zip
画一个定制的动态菜单,使用的是Picturte Box 与PoP Menu的组合
hidemnu2.zip
用Windows API控制菜单,包括如何显示和隐藏菜单项
历史文件.zip
本程序演示了在菜单中如何用注册表实现保存和显示4 个最近打开的文件记录-popups.zip demonstration right-click pop-up menu popmenu.zip demonstration right click mouse Standard pop-up menu nod_popup.zip positioning pop-up menu painting a set custmnu2.zip the dynamic menu system, using the Picturte Box PoP Menu with a combination of W hidemnu2.zip for Windows API control menu, including how to show hidden menu items and historical documents. zip demonstration of the process from the menu how to achieve preservation registry and recently revealed four open file records
- 2023-04-23 21:00:02下载
- 积分:1
-
提供了一个鼠标控制的类,包括移动、限制、隐藏等功能
提供了一个鼠标控制的类,包括移动、限制、隐藏等功能-provides a mouse-controlled categories, including mobile, limitations, hidden features
- 2022-10-25 20:15:03下载
- 积分:1
-
c51代码时光 差不多厂 时光 山豆根上
c51代码时光 差不多厂 时光 山豆根上 -almost factory time clock on
- 2022-07-04 11:33:59下载
- 积分:1
-
a button can be dynamically loaded for the photo category. Photo resources for j...
一个可以为按钮动态加载图片的类。图片资源可以为bmp或者jpg格式的-a button can be dynamically loaded for the photo category. Photo resources for jpg or bmp format
- 2022-01-26 05:53:26下载
- 积分:1
-
谷 歌 Chrome进度条
翻译 maninwest@Codeforge 作者:VallarasuS@CodeProject这里展示如何从头开始创建一个 Go ogle Chrome 主题的 进度条。任何进度条控件都依赖于一个值及表示进度值的图形。 Goo gle Chrome 下载程序有个圆圈表示进度。使用代码ChromeProgressBaris 跟 Chrome ProgressBar 的工作原理一样。将进度值转化为一个圆圈图形来表示.private void PaintProgress(PaintEventArgs e)
{ using( SolidBrush progressBrush = new SolidBrush(this.ProgressColor))
{
Rectangle rect = LayoutInternal.ProgressRectangle;
rect.Inflate(-2, -2);
rect.Height -= 2; rect.Width -= 2; float startAngle = -90; float sweepAngle = Progress / 100 * 360;
e.Graphics.FillPie(progressBrush, rect, startAngle, sweepAngle);
}
}这里是如何使用图形路径和4条线绘制圆圈和细分部分。对 Graphics 对象的剪切部分进行调整来剪切圆圈外的线。private void PaintBorder(PaintEventArgs e)
{
GraphicsPath borderPath = new GraphicsPath();
Rectangle progressRect = LayoutInternal.Prog
- 2022-08-08 07:55:37下载
- 积分:1
-
An image management procedures users through the program, in seconds to find th...
一个图片管理程序;用户可以借助于该程序,在数秒钟内找到自己计算机上的图片,加以编辑并进行欣赏。-An image management procedures users through the program, in seconds to find their own pictures on your computer, edit and enjoy.
- 2022-12-05 20:30:03下载
- 积分:1
-
可以为在按钮上增加图标,定义了一个派生于Cbutton类的新类CButtonST...
可以为在按钮上增加图标,定义了一个派生于Cbutton类的新类CButtonST
-Can be added to the button icon, derived from the definition of a new class Cbutton category CButtonST
- 2022-03-24 16:38:51下载
- 积分:1
-
通讯录管理系统,Visual C++开发,已测试成功。
通讯录管理系统,Visual C++开发,已测试成功。-Address manage
- 2022-08-22 18:52:43下载
- 积分:1
-
ARM MP3解码源代码 ARM MP3解码源代码
ARM MP3解码源代码 ARM MP3解码源代码-ARM source MP3 decoder source code ARM MP3 decoder source code for ARM MP3 decoder source code ARM MP3 decoder source code
- 2023-02-08 08:15:04下载
- 积分:1
-
VC编写的按纽控件,很有特点,可用于学习,也可用于你的个性化程序....
VC编写的按纽控件,很有特点,可用于学习,也可用于你的个性化程序.-VC prepared by the Control button, very unique and can be used to study, you also can be used to personalize the process.
- 2022-10-06 21:25:03下载
- 积分:1