-
Windows XP interface effect
Windows XP界面效果-Windows XP interface effect
- 2022-04-30 12:16:28下载
- 积分:1
-
实现View 视图的Zoom in/out
实现View 视图的Zoom in/out-achieve View View Zoom in/out
- 2023-01-22 09:10:04下载
- 积分:1
-
这是一个游戏。我用MFC的C++写的
This a game. I use MFC c++ to write
- 2023-06-02 07:15:04下载
- 积分:1
-
a guide only ,^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
一个教程而已,-a guide only ,^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 2022-07-19 08:09:07下载
- 积分:1
-
vc++的基本对话框的编程,完成的只是基本对话框, 在上可以加具体的代码以完成具体的功能...
vc++的基本对话框的编程,完成的只是基本对话框, 在上可以加具体的代码以完成具体的功能-vc the basic dialog programming and completed only basic dialog, can increase the specific code to perform specific functions
- 2022-01-25 16:34:20下载
- 积分: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
-
利用VC编写的网格数据输入程序
利用VC编写的网格数据输入程序-VC prepared by the grid data entry procedures
- 2022-09-26 23:55:02下载
- 积分:1
-
this is the source code of a beautiful interface in vc,you can use it as your ba...
这是一个漂亮界面在VC中的实现源程序,你可以用它来作为你软件的基础.-this is the source code of a beautiful interface in vc,you can use it as your base of software.
- 2023-02-25 17:45:03下载
- 积分:1
-
world time, 世界时间的演示程序。
world time, 世界时间的演示程序。-world time, a illustrating program of global time.
- 2022-01-26 06:21:23下载
- 积分:1
-
这是VB网络编程的精华.可以帮助你很快掌握网络编程的技巧
这是VB网络编程的精华.可以帮助你很快掌握网络编程的技巧-This is the essence of network programming. I can help you quickly mastered the skills Network Programming
- 2022-04-10 04:55:41下载
- 积分:1