-
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
-
简单的实现了画图板的功能,包括画直线,圆。还有实现了颜色的选择。...
简单的实现了画图板的功能,包括画直线,圆。还有实现了颜色的选择。-Simple implementation of the drawing board features
- 2022-03-13 00:20:07下载
- 积分:1
-
本程序运用了一些常用的游戏编程的技巧
本程序运用了一些常用的游戏编程的技巧-use of the procedures used by some of the game"s programming skills
- 2022-04-21 09:07:26下载
- 积分:1
-
from memory structure and create dialog, to prevent the application's resour...
从内存中构造和创建对话框, 防止应用程序的资源文件被串改-from memory structure and create dialog, to prevent the application"s resource file is altered
- 2022-08-14 10:08:25下载
- 积分:1
-
vb 3D动态机车游戏
3D机车游戏,用VB开发的,其实VB学好了照样可以作出这种华丽效果的3D游戏,这个游戏可以详细设置分辨率、颜色深度、阴影效果、半透明、光源反射、纹理质量等画面效果,同时可以选择游戏难度。最有意思的是,游戏在“动作模式”下,可以使用诸如“自动追踪导弹”和“防护罩”之类的武器,看谁能够坚持到最后就是胜利者!不管是学习游戏编程思想或是图形处理都很有参考价值。
- 2022-09-14 09:20:03下载
- 积分:1
-
E398支持GPRS高速网络下载,加上支持JAVA程序,用户可以下载或者自行编辑JAVA程序以丰富手机的应用程序,现时网络上JAVA的程序已经十分普遍,用户下载...
E398支持GPRS高速网络下载,加上支持JAVA程序,用户可以下载或者自行编辑JAVA程序以丰富手机的应用程序,现时网络上JAVA的程序已经十分普遍,用户下载也非常的简单方便。E398还增添了TF卡以加大内存容量,别小看TF卡小小的体积,但其最大的存储容量可以达到128MB,如此细小的体积十分适用于体积越来越轻便的手机,预计MOTO也会不断在日后的机型中使用TF卡作为扩展内存的设备。-E398 GPRS high-speed network to download, combined with support for Java, users can download Java or edit their own procedures to rich mobile applications, network JAVA procedures have been widespread, users download is a very simple and convenient. The E398 has been added to increase TF card memory capacity, TF Do not underestimate the size of a small card, but its biggest storage capacity can reach 128, so the volume is very small in size portable phones, Motorola is expected in the future will continue to use the model TF expansion memory cards as the equipment .
- 2022-07-14 09:57:47下载
- 积分:1
-
c语言程序报告.谭浩强版的C语言程序.......
2006级报告
c语言程序报告.谭浩强版的C语言程序.......
2006级报告 -report. The two took strong version of the C language program ..... 2006 report
- 2022-07-09 18:50:16下载
- 积分:1
-
这个是列表的更新,对学列表很有意义
这个是列表的更新,对学列表很有意义-this is the list updated list of great significance for school
- 2022-03-20 09:18:38下载
- 积分:1
-
ParamTooltip is what I find online, and belongs to original author.
ParamTooltip
是我在网上找的,版权归原作者所有。-ParamTooltip is what I find online, and belongs to original author.
- 2022-07-23 10:23:09下载
- 积分:1
-
qt精美控件
使用QT做的精美控件例程。能实现类似于汽车指示盘,罗盘,进度条,刻度尺显示。QT4.8下强以编译通过。
- 2022-03-18 20:19:49下载
- 积分:1