-
implement cmddlg,是windows 例程,主要用于界面设计
implement cmddlg,是windows 例程,主要用于界面设计-implement cmddlg, windows routines, mainly for interface design
- 2022-03-25 17:41:29下载
- 积分:1
-
A useful class of MFC view
A useful class of MFC view
- 2022-07-25 21:23:33下载
- 积分:1
-
use jdom operation xml data, generate containing the applet Jtree
使用jdom操作xml数据,生成含Jtree的applet-use jdom operation xml data, generate containing the applet Jtree
- 2022-09-05 17:40:02下载
- 积分:1
-
工具栏一个新的方式,界面
工具栏一种新的方式,界面
- 2022-08-06 08:21:29下载
- 积分:1
-
应用于MFC的窗口分割
If your application uses MFC in a shared DLL, and your applicat...
应用于MFC的窗口分割
If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system s current language, you
will need to copy the corresponding localized resources MFC40XXX.DLL
from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation.
For example, MFC40DEU.DLL contains resources translated to German.) If you
don t do this, some of the UI elements of your application will remain in the
language of the operating system.-MFC application partition window If your application uses MFC in a shared DLL, and your application is in a language other than the operating system" s current language, you will need to copy the corresponding localized resources MFC40XXX.DLL from the Microsoft Visual C++ CD- ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ( " XXX" stands for the language abbreviation. For exam
- 2022-04-26 15:45:34下载
- 积分:1
-
开发web应用程序的组件,能结合struts框架快速开发出多个层次的动态树。...
开发web应用程序的组件,能结合struts框架快速开发出多个层次的动态树。-development of the web application components, in conjunction with struts framework of the rapid development of many kinds of dynamic tree.
- 2022-02-03 23:41:13下载
- 积分:1
-
本代码提供了一个很好的进度条带滑块可以改变颜色的控件
本代码提供了一个很好的进度条带滑块可以改变颜色的控件-the code provided a good with the progress of the slider can change the color of Control
- 2022-05-27 21:22:37下载
- 积分: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
-
带背景的工具栏,漂亮的界面设计,可以编译运行
带背景的工具栏,漂亮的界面设计,可以编译运行-tool bar with picture
- 2022-04-06 11:27:36下载
- 积分:1
-
五子棋游戏基于 MFC VC++编程实现 包含AI算法
五子棋游戏基于 MFC 的VC++编程实现 编译通过主要用于人机对战,可以选择难度游戏包含AI算法的搜索
- 2022-04-29 11:43:38下载
- 积分:1