-
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
-
大家好,我读了很多在所有Web方法给你的C++应用程序…
Hi all, I have read a lot of methods in all the web to give your C++ application an Xp-style and I decided to recollect the most useful methods (in my humble opinion :) to get it.
- 2022-08-13 03:52:29下载
- 积分:1
-
很经典的VC皮肤设计工具,可以通过它做出很漂亮的截面程序,希望大家的程序界面都是很漂亮的。共享之!...
很经典的VC皮肤设计工具,可以通过它做出很漂亮的截面程序,希望大家的程序界面都是很漂亮的。共享之!-classic VC skin design tool, it can make a very nice cross-section procedures, we hope that the programming interfaces are very beautiful. Sharing!
- 2022-12-14 13:30:04下载
- 积分:1
-
可以将数据库中导出的dbf文件轻松的转换为txt,里面附带有dbf文件,可以照着使用。...
可以将数据库中导出的dbf文件轻松的转换为txt,里面附带有dbf文件,可以照着使用。-database can be derived dbf file easily converted to txt, there are fringe dbf files that can be done from use.
- 2023-07-10 04:00:05下载
- 积分:1
-
a language with the storage management simulation program, operating system
一个用c语言编写的存储管理模拟程序,操作系统的-a language with the storage management simulation program, operating system
- 2022-10-25 19:40:03下载
- 积分:1
-
实现单文档的窗体分割,分割成了4个窗口,使用VC++编写,仅供学习之用。...
实现单文档的窗体分割,分割成了4个窗口,使用VC++编写,仅供学习之用。-Form single-document segmentation, split into four windows, using VC++ to prepare, only learning.
- 2022-01-24 18:11:32下载
- 积分:1
-
coordinates with the graphical interface mapping, which involves the transformat...
带坐标的图形界面的绘制,其中涉及到坐标的变换,缩放等功能-coordinates with the graphical interface mapping, which involves the transformation of coordinates, scaling functions
- 2023-06-28 03:55:04下载
- 积分:1
-
c++界面编程百例。n个界面编程的例子在里面,自己消化吧。
c++界面编程百例。n个界面编程的例子在里面,自己消化吧。-c++ programming interface 100 cases. n example of a programming interface on the inside, to digest it myself.
- 2022-05-13 16:31:32下载
- 积分:1
-
使用Java开发的计算器
本程序是在MyEclipse平台上,使用Java语言开发的计算器界面应用程序。实现了基本的四则运算和开房运算。并在程序中加入了异常处理模块。
- 2023-09-08 12:55:03下载
- 积分:1
-
用VC6.0实现漂亮的自定义多功能提示窗口
用VC6.0实现漂亮的自定义多功能提示窗口-with VC6.0 achieve beautiful custom multifunctional prompt window
- 2022-03-13 08:47:38下载
- 积分:1