登录

最新会员 最新下载

成为了本站VIP会员

12月25日 15:38

成为了本站VIP会员

12月25日 12:28

成为了本站VIP会员

12月25日 12:10

成为了本站VIP会员

12月24日 23:54

成为了本站VIP会员

12月24日 23:29

成为了本站VIP会员

12月21日 19:40
已选条件
  1. 编程语言:所有
  2. 代码类别:按钮控件
  3. 发布时间:一年内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 约瑟夫问题,在VC平台运行

约瑟夫问题,在VC平台运行-Joseph, the VC platforms

1
下载
76
浏览
2022-08-14发布

2. EVC下的编程的源代码,的外观…

EVC下的编程的按钮源代码,外观丰富的按钮控件,XP风格的按钮。-EVC button under the programming source code, the button controls the appearance of a rich, XP-style button.

1
下载
71
浏览
2022-08-14发布

3. 位图选择,不同状态不同位图

位图选择,不同状态不同位图-bitmap choice, different states of different bitmap

1
下载
57
浏览
2022-08-13发布

4. 可以显示三态的类,可调用其中的函数给其加载位图,三态位图是一个位图,鼠标放上去,鼠标up和鼠标down会加载不同的位图,有动态效果...

可以显示三态的按钮类,可调用其中的函数给其加载位图,三态位图是一个位图,鼠标放上去,鼠标up和鼠标down会加载不同的位图,有动态效果-Can display three-state button category, which can call a function to its load bitmaps, three-state bitmap is a bitmap, release the mouse up, mouse up and mouse down will load different bitmaps, there are dynamic effects

1
下载
76
浏览
2022-08-13发布

5. 赖特

为按钮实现右键菜单,即所谓的superclassing,右键菜单执行后将会改变按钮的名称.-Right-click menu for the button to achieve the so-called superclassing, right-click menu will change after the implementation of the button" s name.

1
下载
84
浏览
2022-08-13发布

7. 一个简单好用的usb调试程序,方便的调试环境和操作界面,帮你快速搞定usb...

一个简单好用的usb调试程序,方便的调试环境和操作界面,帮你快速搞定usb-a simple and easy USB debugger, convenient debugging environment and user interface, help you quickly to get usb

1
下载
86
浏览
2022-08-12发布

8. Mac,Office 2003,WinXP等多种风格的

Mac,Office 2003,WinXP等多种风格的按钮控件-Mac, Office 2003, WinXP various styles of button controls

1
下载
75
浏览
2022-08-10发布

10. 仪表盘程序,可以灵活得更改界面,显示各种漂亮得仪表效果,开发工产品一定有用...

仪表盘控件程序,可以灵活得更改界面,显示各种漂亮得仪表效果,开发工控产品一定有用-dashboard controls procedures, flexible interface may be varied, showing the beautiful effect in Instrumentation, Industrial Development certain useful products

1
下载
69
浏览
2022-08-09发布

11. design is a process of a total of N line in the process scheduler. Process Sched...

设计一个有 N个进程共行的进程调度程序。 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和时间片轮转调度算法。   每个进程由一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 -design is a process of a total of N line in the process scheduler. Process Scheduling Algorithm : The number of the highest priority priority scheduling algorithm (that is, processors allocated to the highest priority in the process) and time-scheduling algorithm postings. Every process from a process control block (PCB) said. Process control block may contain the following information : process, and priority number, the arrival time, the running time, CPU time used, the process of the state and so on.

1
下载
94
浏览
2022-08-09发布

12. a generation network connecting the control buttons example, a generation networ...

一个代网络连接的按钮控件实例, 一个代网络连接的按钮控件实例,-a generation network connecting the control buttons example, a generation network connecting the control buttons example,

1
下载
69
浏览
2022-08-08发布

13. 教师评价系统

应用背景学生分配反馈系统是一个和软件套件的软件工具和功能,提供快速,方便地访问学生的成功资源。这些工具和功能是由辅导员,教师和学生谁合作,以确保学生是满足他们的学术目标。关键技术核心优势成熟的过程和结果整体个案管理早期预警和干预可测学生行为管理任何人口在风险学生咨询服务残疾服务高中生远程教育流离失所工人你要管理的人口,学生运动员,优等生等

1
下载
82
浏览
2022-08-08发布

14. 一个下象棋的vc软,也是抄袭的作品,希望大家原谅了

一个下象棋的vc软件,也是抄袭的作品,希望大家原谅了-a chess under the vc software, as well as copying the works, we hope to forgive

1
下载
82
浏览
2022-08-08发布

15. 谷 歌 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

1
下载
97
浏览
2022-08-08发布

16. 详细介绍了各种button在windows xp下的customize的画法,适用于开发各种自定义的,特别的是可以在caption bar上增加...

详细介绍了各种button在windows xp下的customize的画法,适用于开发各种自定义的按钮,特别的是可以在caption bar上增加按钮-detailed description of the various button in the windows xp customize the method of painting, apply to the development of various custom buttons, especially in the caption bar button on the increase

1
下载
70
浏览
2022-08-07发布

17. By pressing the buttons, for example, dynamically generated control and to achie...

以按钮为例,动态生成控件并实现控件拉伸,可以生成多个控件-By pressing the buttons, for example, dynamically generated control and to achieve the control stretch

1
下载
57
浏览
2022-08-07发布

18. 各种样式的扭.自绘,扭图片等.很具参考价值.

各种样式的按扭.自绘,按扭图片等.很具参考价值.-various styles of buttons. Since the painting, buttons pictures. Very useful.

1
下载
91
浏览
2022-08-07发布

19. VB自身提供的Timer的定时精度太差!补充一个我认为很精确的定时方法,该方法可以 真正精确到毫秒级!...

VB自身提供的Timer控件的定时精度太差!补充一个我认为很精确的定时方法,该方法可以 真正精确到毫秒级!-VB own Timer control of the timing accuracy bad! I think that added a very precise timing, the method can really accurate to the millisecond!

1
下载
97
浏览
2022-08-06发布

20. 利用label来制作VB的,效果很好,强力推荐

利用label来制作VB的按钮,效果很好,强力推荐-label use VB to produce the button, a good effect, and strongly recommended

1
下载
74
浏览
2022-08-06发布