-
一个使用dll中的文档视图类的例子
一个使用dll中的文档视图类的例子--An example of using document view class in dll
- 2022-08-22 07:07:32下载
- 积分:1
-
MFC开发程序参考大全的1章的例子2,希望对大家有所帮助
MFC开发程序参考大全的1章的例子2,希望对大家有所帮助-Reference MFC development process of an example of chapter 2, want to help everyone
- 2022-01-25 23:06:01下载
- 积分:1
-
This is a good memory monitor, and real
这是一个好的内存监视器,可以实时监控内存的使用情况,很值得一看啊-This is a good memory monitor, and real-time monitoring of the use of memory, it is worth looking ah
- 2022-06-28 18:58:01下载
- 积分:1
-
7.按钮设置演示.rar 7.按钮设置演示.rar 7.按钮设置演示.rar
7.按钮设置演示.rar 7.按钮设置演示.rar 7.按钮设置演示.rar-7. Button set up demonstration. Rar 7. Button set up demonstration. Rar 7. Button set up demonstration. Rar 7. Button set up demonstration. Rar 7 . button set up demonstration. rar
- 2023-03-12 06:10:03下载
- 积分:1
-
Library Management System
Java库管理系统旨在帮助简化任务
- 2022-03-11 01:51:37下载
- 积分:1
-
设计有特色的圆窗体
设计有特色的圆窗体-design features a round window
- 2022-05-14 22:43:44下载
- 积分:1
-
如何制作漂亮的界面?如何使用添加图片按钮..如何对话…
怎样做出漂亮的界面?怎样使用图片按钮..怎么加入对话框背景,怎么与背景图片完美结合,有了这个源代码,其他的都可以不用看了!-How to make beautiful interface? How to use the add picture button .. how dialog background, how the background picture with the perfect combination with this source code, others can not read!
- 2022-05-13 15:58:38下载
- 积分:1
-
a very useful LCD Clock
一个非常实用液晶时钟-a very useful LCD Clock
- 2023-03-06 05:35:04下载
- 积分:1
-
unanimous critical acclaim statements controls. After downloading ardemo.exe ope...
获得一致好评的报表控件。下载后运行ardemo.exe安装就可以,安装完毕后运行activereport11.reg进行注册就可以使用了。-unanimous critical acclaim statements controls. After downloading ardemo.exe operation can be installed on the installation after running activereport11.reg registration can use it.
- 2022-05-12 19:42:50下载
- 积分: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