-
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
-
TabStrip 页,仿VS.net 2003界面的tabstrip,源码,并带有示例,很好用
TabStrip 页,仿VS.net 2003界面的tabstrip,源码,并带有示例,很好用-TabStrip pages, fake VS.net 2003 tabstrip interface, the source, and with examples, good use
- 2022-10-01 05:05:03下载
- 积分:1
-
使用wxWidget的界面编程例子代码,很有参考价值!
使用wxWidget的界面编程例子代码,很有参考价值!-Use programming interface wxWidget example code, very useful!
- 2022-02-04 09:30:48下载
- 积分:1
-
can define windows style interface procedures
可以自定义windows界面风格的程序-can define windows style interface procedures
- 2023-07-16 06:00:03下载
- 积分:1
-
移动大多数对象,包括窗体、按钮、文本框、标签..... 使用方法简易....
移动大多数对象,包括窗体、按钮、文本框、标签..... 使用方法简易.-most mobile targets, including forms, buttons, text box, labeling ..... easy to use.
- 2023-01-17 11:45:04下载
- 积分:1
-
这是一个用汇编语言编写的汉字显示程序,运行后的程序…
这是一个用汇编语言编写的汉字显示程序,在DOS环境下运行。-This is a compiled language with the Chinese character display program, running under DOS environment.
- 2023-07-09 07:55:03下载
- 积分:1
-
VcMFC 对话框常用控件示范大全,将编辑控件、树型控件、列表控件等十多个控件集为一体,简单易懂。...
VcMFC 对话框常用控件示范大全,将编辑控件、树型控件、列表控件等十多个控件集为一体,简单易懂。-VcMFC Common Dialog control model Daquan, will edit controls, tree controls, list controls and other controls more than 10 sets into one, easy to understand.
- 2022-03-26 16:15:30下载
- 积分:1
-
本程序操作界面友好,主要是参考怎么样设置进度表,怎么样设置页面上下拉动,有动态显示效果,还...
本程序操作界面友好,主要是参考怎么样设置进度表,怎么样设置页面上下拉动,有动态显示效果,还-the procedures and operating friendly interface, how kind of reference set schedule, how kind set up pulling pages from top to bottom, dynamic display,
- 2023-08-18 14:00:04下载
- 积分:1
-
WPF RichText Editor,实现简单的文件编辑器。
WPF RichText Editor,实现简单的文件编辑器。-WPF RichText Editor
- 2022-10-16 06:55:02下载
- 积分:1
-
为公司做的一款入箱软件,采用wpf技术,oracle数据库
为公司做的一款入箱软件,采用wpf技术,oracle数据库,折现统计图最为绚丽
- 2022-10-31 22:00:15下载
- 积分:1