-
VC编写的,完全模仿.NET界面的程序,对界面编程可能有所帮助。...
VC编写的,完全模仿.NET界面的程序,对界面编程可能有所帮助。-VC prepared completely imitate. NET interface procedures, programming interface may be helpful.
- 2022-08-25 20:01:05下载
- 积分:1
-
报考与章
此代码允许您捕获图像并将它转换为二进制为您能够保存数据的数据库内,
- 2023-07-03 09:35:04下载
- 积分:1
-
用多媒体定时器编写的摇号程序,翻屏速度毫秒级,完全随机。已摇出的号码不会重复。...
用多媒体定时器编写的摇号程序,翻屏速度毫秒级,完全随机。已摇出的号码不会重复。-lotto machine program,high speed,total random
- 2022-03-05 18:07:02下载
- 积分:1
-
EXE资源查看器,用于查看EXE内嵌的资源
EXE资源查看器,用于查看EXE内嵌的资源-EXE resources View, which is used to check the resources embedded EXE
- 2022-06-19 06:57:56下载
- 积分:1
-
About gdi+ programming books, explain in detail the method of drawing, you can g...
关于gdi+的编程书籍,详细的讲解了绘图的方法,可以极大的提高界面美观度-About gdi+ programming books, explain in detail the method of drawing, you can greatly enhance the degree of interface aesthetics
- 2023-01-03 10:15:03下载
- 积分:1
-
c++builder 彻底研究,里面内容很好,很适合初学者学习使用
c++builder 彻底研究,里面内容很好,很适合初学者学习使用-c++builder study,very good,you can download
- 2023-05-04 13:30:15下载
- 积分:1
-
打开摄影师,键入打开摄影师就打开了摄影师
打开摄影师,键入打开摄影师就打开了摄影师-Open photographers, type open the photographers photographers will open the
- 2022-07-07 11:25:36下载
- 积分:1
-
用Apihook实现的打印监控
用Apihook实现的打印监控,C++编写,比较简单,仅供参考,监控打印队列
- 2023-05-25 03:20:03下载
- 积分:1
-
一个小的纵横字谜游戏,netbeans开发,具有相当大的JFC界面…
一个netbeans开发的小小字谜游戏,具有漂亮大JFC界面,运行前提要装JDK1.5-Netbeans development of a small crossword puzzle games, with pretty big JFC interface, operating premise loaded with JDK1.5
- 2022-02-14 15:57:29下载
- 积分: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