-
该压缩软件可实现vc环境下扁平按钮的效果,还可以实现图片按钮...
该压缩软件可实现vc环境下扁平按钮的效果,还可以实现图片按钮
-the compression software can be realized vc environment flat button effect can also be achieved Photo button
- 2023-04-22 16:35:04下载
- 积分:1
-
从其他地方搞过来的图形工具,供大家参考.可以实现饼图的显示....
从其他地方搞过来的图形工具,供大家参考.可以实现饼图的显示.-from other areas have over graphics tools for your reference. Can be achieved pie display.
- 2022-02-06 04:04:19下载
- 积分:1
-
3D mark 2003样式的按钮控件,替换CButton的理想选择
3D mark 2003样式的按钮控件,替换CButton的理想选择-style button controls, replacing an ideal choice CButton
- 2023-08-28 08:40:03下载
- 积分:1
-
Rebar控件的使用Demo,演示了如何在Rebar控件中加入子窗口控件以及Rebar的位置拖动...
Rebar控件的使用Demo,演示了如何在Rebar控件中加入子窗口控件以及Rebar的位置拖动-Rebar control the use Demo, demonstrated how to add controls Rebar-window controls and the location of Rebar Drive
- 2022-03-22 08:00:34下载
- 积分:1
-
非常COOL的按钮控件
非常COOL的按钮控件-very COOL button controls
- 2023-08-24 14:20:03下载
- 积分: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
-
CD抓轨控件,不需要身生成映像文件就能直接抓取CD音轨并转存为:mp3、mp2、ogg、wma、wave 文件,可以根据时间或开始/结束点来抓取指定CD音轨的某...
CD抓轨控件,不需要身生成映像文件就能直接抓取CD音轨并转存为:mp3、mp2、ogg、wma、wave 文件,可以根据时间或开始/结束点来抓取指定CD音轨的某一部分;你还可以同时抓取2条或更多CD音轨并合并成一条音轨刻录。新技术、新算法让该控件变得更小但速度更快;测试版附带有VB的例子。本控件需要安装:ASPI驱动及Windows Media Format。-CD, not body image files can be generated directly crawls CD soundtrack and transfers for : mp3, mp2, ogg, and includes a wave file that can be based on time or start/end point designated to capture a soundtrack CD; You can also capture two or more CD soundtrack and consolidated into a soundtrack recording. New technologies, new algorithms allow the controls become much smaller but faster; A test version of VB fringe examples. The controls need to install : ASPI driver and the Windows Media Format.
- 2023-07-29 05:00:04下载
- 积分:1
-
与VisualStudio中类似的列表框
在列表控件中使用多行表头
演示如何在工具条上显示平移按钮
可以显示多排标签页片的标签控件...
与VisualStudio中类似的列表框
在列表控件中使用多行表头
演示如何在工具条上显示平移按钮
可以显示多排标签页片的标签控件 -oriented JavaScript framework with a similar list in the list box control the use of multiple lines table in the first demonstration of how the translation button to the toolbar can display showed multi-tab-labeling controls
- 2022-07-15 23:33:06下载
- 积分:1
-
可自定义的可种按扭组合,为界面增加更丰富的元素
可自定义的可种按扭组合,为界面增加更丰富的元素-Customizable buttons can be different combinations, in order to increase the richness of the interface elements
- 2022-05-22 10:49:08下载
- 积分:1
-
这是一个关于在按钮上加载图片的动态连接库,他封装了很多函数,我只做了其中的一部分,很实用的。...
这是一个关于在按钮上加载图片的动态连接库,他封装了很多函数,我只做了其中的一部分,很实用的。-This is a button on the loading pictures on the dynamic link library, he Packaging, a lot of functions, I only had one part, very practical.
- 2022-04-23 12:18:40下载
- 积分:1