-
界面程序,Visual Studio2005开发,Windows平台。
界面程序,Visual Studio2005开发,Windows平台。-Visual Studio2005,Windows
- 2023-05-29 12:55:03下载
- 积分: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
-
Windows MFC的窗口子类化的一个例子,写的很好,可以参考!
Windows MFC的窗口子类化的一个例子,写的很好,可以参考!-Windows MFC Subclassing a window for an example of good writing, you can refer to!
- 2022-04-09 01:15:47下载
- 积分:1
-
interface development including box, uncheck, the progress of the realization of...
界面开发包括复选框,单选框,进度条的实现的实例及扩展-interface development including box, uncheck, the progress of the realization of the examples and expansion
- 2022-03-06 05:16:05下载
- 积分:1
-
我个人编写的C++builder6.0源码,详尽的例子,有助于对程序效率的提高,程序的结构化框架,要的请密我...
我个人编写的C++builder6.0源码,详尽的例子,有助于对程序效率的提高,程序的结构化框架,要的请密我-I personally prepared by the C builder6.0 source, detailed examples, contribute to the improvement of the efficiency of the procedures are structured framework, to please close I
- 2022-06-19 14:09:00下载
- 积分:1
-
VC Outlook interface done
VC Outlook界面完成
- 2022-07-05 04:36:04下载
- 积分:1
-
自绘制按钮
应用背景对于掌握了一定的程序基础的人来说,有着重要的意义,因为对于每个自己写出的程序,都希望能有一个合适的洁面或者图标与其能够配合,从而达到更佳的使用感受。关键技术这一部分使用的技术主要在于图形识别和处理,另外的需求在于使用者自身对于美感和图形颜色的把握,这里以一个自己绘制按钮的过程为例来给学习者停供参考的价值,希望能够有用。
- 2023-08-02 11:15:05下载
- 积分:1
-
颜色选择控件(类似颜色选择框里的custom color)
颜色选择控件(类似颜色选择框里的custom color)-Color Selector Control
- 2023-05-09 23:25:04下载
- 积分:1
-
一个非常好的控制条
一个非常好的控制条,全部是自己编写,希望大家能喜欢,包含大家常用的控制,窗口等等
- 2022-02-25 17:43:47下载
- 积分:1
-
C++ CUI QT4(第二版)一书的源码,这本书是一个Qt程序不应该…
C++ CUI QT4 (第二版)一书的源码,该书是QT编程本来就不多的参考书中的经典之作。-C++ CUI QT4 (Second Edition) a source book, the book is a QT program should not have many reference books in the classic.
- 2022-10-13 20:25:03下载
- 积分:1