-
Interface requirements for the beautiful friends door. This beautiful progress b...
对于界面要求美观的朋友门。这个美丽的进度条可以作为美观的参考。-Interface requirements for the beautiful friends door. This beautiful progress bar can be used as the reference appearance.
- 2023-07-27 08:05:03下载
- 积分:1
-
一个可以把位图文件转换为文本文件的源程序,大家试试看
一个可以把位图文件转换为文本文件的源程序,大家试试看-one can bitmap conversion of the source text file, we try
- 2023-06-20 07:20:04下载
- 积分:1
-
College Management Software
College Management Software
- 2022-01-22 05:06:44下载
- 积分:1
-
VC+++仿金山词霸屏幕取词程序
这是一个VC+++仿金山词霸屏幕取词程序,比较适合正在研究该问题的人。。。。。
- 2022-04-15 23:24:15下载
- 积分:1
-
Customizing the Appearance of CSliderCtrl Using Custom Draw is what I find onlin...
Customizing the Appearance of CSliderCtrl Using Custom Draw
是我在网上找的,版权归原作者所有。-Customizing the Appearance of CSliderCtrl Using Custom Draw is what I find online, and belongs to original author.
- 2023-02-14 23:35:04下载
- 积分:1
-
VC里的一个页面置换的源码,我把它改了一下,现在可以直接用在游戏的开发中,你可以很容易就实现游戏中的动作动画,还附有详细的DOC,希望对大家有帮助...
VC里的一个页面置换的源码,我把它改了一下,现在可以直接用在游戏的开发中,你可以很容易就实现游戏中的动作动画,还附有详细的DOC,希望对大家有帮助-VC Lane pages of a replacement source code, I changed it a bit, can now directly used for the development of the game, you can easily achieve games of action animation, also included detailed DOC, we hope to help
- 2022-06-03 20:17:13下载
- 积分:1
-
一个我自己做的按钮演示
一个我自己做的按钮演示-I own a button demo
- 2022-10-21 15: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
-
自定义窗体,效果非常不错的啊.C#写的.
自定义窗体,效果非常不错的啊.C#写的.-Custom form, the effect is very good ah. C# Written.
- 2022-12-14 07:40:03下载
- 积分:1
-
实现汉诺塔的移动过程,并且有各个盘的移动图像。
实现汉诺塔的移动过程,并且有各个盘的移动图像。-HANOR mobile process, and it was all moving images.
- 2022-05-29 19:19:38下载
- 积分:1