-
2000下实现XP界面
2000下实现XP界面-2000 under XP interface
- 2022-02-01 05:59:53下载
- 积分:1
-
树型控件源码,一个非常漂亮的源码程序,树型控件源码
树型控件源码,一个非常漂亮的源码程序,树型控件源码-Source tree control, a very good source process, source control tree
- 2022-01-25 18:53:58下载
- 积分:1
-
移动大多数对象,包括窗体、按钮、文本框、标签..... 使用方法简易....
移动大多数对象,包括窗体、按钮、文本框、标签..... 使用方法简易.-most mobile targets, including forms, buttons, text box, labeling ..... easy to use.
- 2023-01-17 11:45:04下载
- 积分:1
-
USB HID GUI类
usbhid类描述了几乎所有现代计算机都使用的设备。usbhid类中存在许多预定义函数。这些功能允许硬件制造商设计符合usbhid类规范的产品,并期望它能与任何也符合这些规范的软件一起工作。
- 2022-09-23 22:15:03下载
- 积分:1
-
最近都在研究树形控件,所以给大家传点自定义功能的树形控件...
最近都在研究树形控件,所以给大家传点自定义功能的树形控件-Recently in the study tree control, so everyone Chuan point to a custom tree control functionality
- 2022-04-16 20:35:04下载
- 积分:1
-
是一个用VC++编写的八皇后问题,可以实现显示八皇后的所有可能情况...
是一个用VC++编写的八皇后问题,可以实现显示八皇后的所有可能情况-Is a use VC++ Prepared 8 Queen
- 2022-09-16 19:50:02下载
- 积分: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
-
这是一个用到win32api的用键盘模拟鼠标的程序
这是一个用到win32api的用键盘模拟鼠标的程序-win32api use the mouse keyboard simulation procedures
- 2022-02-02 08:50:59下载
- 积分:1
-
achieve the arbitrary division of the window, using the static segmentation appr...
实现窗口的任意分割,使用静态分割的方法切分窗口,是通过使用CSplitterWnd类来完成的-achieve the arbitrary division of the window, using the static segmentation approach segmentation window, through the use of CSplitterWnd class completed
- 2022-09-16 14:40:03下载
- 积分:1
-
GetFolderNamesDemo.zip,获得文件夹的名字
GetFolderNamesDemo.zip,获得文件夹的名字-GetFolderNamesDemo.zip, obtains the folder the name
- 2022-09-12 09:20:03下载
- 积分:1