-
修改标题栏的颜色,你可以定义自己的颜色,这是很方便的
修改titlebar颜色,可以自己定义其颜色,十分方便-Modify titlebar color, you can define its own color, which is very convenient
- 2023-04-28 01:20:04下载
- 积分:1
-
该程序是一个制作AVI动画按钮,大家可以模仿该例制作其他效果的按钮....
该程序是一个制作AVI动画按钮,大家可以模仿该例制作其他效果的按钮.-The program is a production of AVI animation button, we can mimic the effects of cases of the production of other buttons.
- 2022-03-14 15:10:38下载
- 积分:1
-
球型按钮的实现。
球型按钮的实现。- Ball button realization.
- 2023-05-01 16:10:03下载
- 积分:1
-
这是一个从CListCtrl派生的类,使你可以方便地选择一整行,并可设有提示框。(10KB)...
这是一个从CListCtrl派生的类,使你可以方便地选择一整行,并可设有提示框。(10KB)-CListCtrl derived from the class, so you can easily select an entire trip can be set up boxes. (10KB)
- 2022-03-17 18:58:51下载
- 积分: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
-
procedures name : VC 6.0, which controls the use of image scanning control scann...
程序名称:VC++6.0中利用图像扫描控件控制扫描仪 运行环境:win2000pro vc6 扫描仪 测试内容:scanner.dsw 注意事项:安装与调试环境:必须安装了扫描仪,VC++6.0扫描后,文件暂存到D:you,可在扫描结束的消息处理函数中加入你的函数,你的函数这时可直接读取该文件的数据,以便处理-procedures name : VC 6.0, which controls the use of image scanning control scanner operating environment : win2000pro vc6 scanner contents of the tests : scanner.dsw Note : Installation and debugging environment : the installation of the scanner, VC 6.0 scanning, document transit to the D : you can scan the end of the message processing function to add your function, a function of time you can directly read the document data, in order to handle
- 2023-05-21 07:40:04下载
- 积分:1
-
这个程序中包含多种位图按钮,适合学习界面按钮的设计,程序也并不复杂,相信很容易看懂的...
这个程序中包含多种位图按钮,适合学习界面按钮的设计,程序也并不复杂,相信很容易看懂的-The program includes a variety of bitmap button, the button interface is suitable to study the design, the procedures are not complicated, I believe that is easy to understand the
- 2022-12-29 00:55:04下载
- 积分:1
-
好用的图形按钮类: 支持直接指定图片、ImageList。
好用的图形按钮类: 支持直接指定图片、ImageList。-user-friendly graphical buttons categories : direct support for specific pictures, ImageList.
- 2023-04-06 11:30:04下载
- 积分:1
-
跳动的球
说明: 本示例演示如何创建一个弹跳球在窗体上,也 let 你操纵动力学损失和重力设置。我找到的这个在线创建在 Java 中,它看起来有趣,于是转换了它不断改进的简化版本。这方程式仍然有几个缺陷在它,你可以读到在项目文件中,很好的来源,学会如何物理和 c + + 可以进行交互,如果你使用这实现更大改进请递给别人沿。
- 2022-03-02 22:00:08下载
- 积分:1
-
东东为了下载…对不起,但是只有20个字的满足,抑郁…
为了下载一个东东...不好意思,还要二十个字才满足,郁闷!!注册了还不能下载-Dongdong in order to download a ... sorry, but only 20 characters to meet, depressing!! Registration not be able to download
- 2022-02-07 07:33:37下载
- 积分:1