-
on the registry for a detailed explanation and application of the registry is to...
对注册表进行了详细的讲解和应用,是学习注册表的好帮手,希望对需要的朋友有所帮助-on the registry for a detailed explanation and application of the registry is to learn a good helper, and I hope to have a friend in need of help
- 2022-02-13 06:09:55下载
- 积分:1
-
Prof_UIS2.3 source code, a very beautiful Docking Windows Programming
Prof_UIS2.3源代码,非常漂亮的Docking Windows编程-Prof_UIS2.3 source code, a very beautiful Docking Windows Programming
- 2023-01-21 00:20:04下载
- 积分:1
-
智能交通系统
用C语言在最原始的dos系统编程,实现智能交通的设计,以实际十字路口为原型进行建模。
- 2022-05-25 04:16:47下载
- 积分: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
-
通过继承下拉框JComboBox来满足应用程序的特定需要,并在此基础上实现其他一些功能...
通过继承下拉框JComboBox来满足应用程序的特定需要,并在此基础上实现其他一些功能-through inheritance drop-down box JComboBox applications to meet the specific needs and, in this on the basis of other features
- 2022-08-16 09:10:03下载
- 积分:1
-
定时关机程序
该程序模仿windows风格,实现的带有托盘的定时关机、重启、注销程序,虽然比较简单,对于VC初学者来说,还是比较有帮助,可以看看程序托盘的编程方法,和系统启动的实现过程。同时,也提供了计时器的详细实现过程和系统时间的处理函数,这些对于初学者可能有些收获。
- 2022-04-27 12:35:50下载
- 积分:1
-
interface development library, a free good, we can learn from
界面开发类库,免费的很好,可以学习-interface development library, a free good, we can learn from
- 2022-05-10 22:29:33下载
- 积分:1
-
酒店管理
应用背景这是我的小项目-酒店管理。这是能够使用的参考。你可以自由使用它关键技术这是用C语言#。这很简单。
- 2022-02-06 12:02:00下载
- 积分:1
-
一个功能和风格齐全的tab类的源代码和例子,推荐下载
一个功能和风格齐全的tab类的源代码和例子,推荐下载--Sourcecode and example of one tab class with full function and style, recommend download
- 2022-05-04 22:51:23下载
- 积分:1
-
Proposed software interface design principles and techniques, cross
提出软件界面设计的原则和技巧,对软件截面设计人员有很大的帮助,相信这是一个不可多得的资料.-Proposed software interface design principles and techniques, cross-section of the software designers have great help, I believe this is a rare information.
- 2023-01-17 11:50:04下载
- 积分:1