-
Forms and graphs, create forms and graphs in visual basic
Forms and graphs, create forms and graphs in visual basic
- 2022-07-28 12:14:58下载
- 积分:1
-
Vc++ to achieve by the small example of the desktop clock, suitable for beginner...
用Vc++实现的桌面时钟的小例子,适合初学vc++的人参考学习。-Vc++ to achieve by the small example of the desktop clock, suitable for beginner of vc++ reference study.
- 2022-04-22 18:36:20下载
- 积分:1
-
C# 串口调试助手
我是初学C#,做了一个简易的串口调试助手,界面简洁美观,代码简单易懂,语句思路清晰,代码写的比较完整规范,适合初学者模仿学习。
- 2022-07-24 22:01:04下载
- 积分:1
-
此复制文件在计算机中
this copy file in the computer
- 2022-04-23 00:42:48下载
- 积分:1
-
使用wxWidget的界面编程例子代码,很有参考价值!
使用wxWidget的界面编程例子代码,很有参考价值!-Use programming interface wxWidget example code, very useful!
- 2022-02-04 09:30:48下载
- 积分:1
-
interface skin, for BCB, Delphi
界面皮肤,适合BCB,DELPHI-interface skin, for BCB, Delphi
- 2022-10-05 12:30:03下载
- 积分:1
-
QT图片浏览器
内有详细的注释和GUI设计过程!
做完界面之后,在每一个按钮控件上面点击右键,选择“转到槽”。下面是各个模块的具体实现:(红色表示自己添加,蓝色表示用go to slot自动生成的代码)
定时器每隔3秒执行pic_scan函数,i从0开始,当定时器暂停的时候,i就保存了数组中此时显示图片
- 2022-12-31 20:35:12下载
- 积分:1
-
WINFORM保存参数至本机注册表
实现在窗体关闭时将窗体中的参数保存变量至注册表,首先创建一个新的子路径,在子路径中创建变量,
如注册表中无此变量将自动创建,若下次有此变量时将更新变量。窗体再次载入时从注册表子路径读取
此变量信息,通过赋值给控件。
方法如下:
private void Form1_Load(object sender, EventArgs e) //窗体载入时
{
SetStyle(ControlStyles.SupportsTransparentBackColor, true);
SetStyle(ControlStyles.AllPaintingInWmPaint, true);
SetStyle(ControlStyles.UserPaint, true);
SetStyle(ControlStyles.DoubleBuffer, true);
this.Refresh();
this.ShowInTaskbar = false;
this.PAN_1.Visible = false;
int Z_alpha,Z_red,Z_green,Z_blue; //声明4个Int类型颜色变量
//this.TransparencyKey = Color.Transparent;
RegistryKey myReg1, myReg2, myReg3;//声明注册表对象
myReg1 = Registry.CurrentUser;//获取当前用户注册表项
try
- 2022-03-19 08:35:30下载
- 积分:1
-
JAVA制作的图片浏览器
JAVA制作的图片浏览器,具有打开菜单。界面简洁大方是一个思路型代码,欢迎下载学习交流。
- 2023-07-20 23:40:04下载
- 积分:1
-
实现了界面最小化到托盘的例子,适合初学者借鉴。
实现了界面最小化到托盘的例子,适合初学者借鉴。-Achieved to minimize the interface to the example tray, suitable for beginners learn.
- 2022-03-06 11:09:15下载
- 积分:1