-
一个表格界面,基于mfc
一个表格界面,基于mfc-a forms interface, based on mfc
- 2022-07-02 04:32:48下载
- 积分:1
-
这是一个记事本编程
这是一个记事本编程-This is a notebook Programming
- 2022-12-26 19:35:03下载
- 积分:1
-
xp style menu achieve
xp风格的菜单实现-xp style menu achieve
- 2022-03-19 22:35:22下载
- 积分:1
-
精工称重源码
应用背景称重专家4 是一款专业汽车衡称重管理软件(也称地磅软件),产品目前已支持大多数称重仪表设备,如托利多(XK3127)仪表系列、上海耀华(XK3190)仪表系列、柯力数字仪表、济南金钟(XK3102)、上海彩信(XK315A)、上海三积分、衡天9800、HBM等十几种仪表。关键技术 简单实用,易上手,含打印地磅单,手工录单,自动记忆,视频抓拍防作弊,远程局域网查询,原发亏吨,预置皮重,日月年报表统计
- 2022-07-04 09:11:07下载
- 积分:1
-
vc 关于彩色按钮的实现 ,对 用于界面编程案例
vc 关于彩色按钮的实现 ,对 用于界面编程案例 -vc realize on the Color button, programming interface for the case
- 2023-08-13 08:55:02下载
- 积分: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
-
通过实例说明树形控件的使用,并结合ControlBar使用
通过实例说明树形控件的使用,并结合ControlBar使用-Through the examples of the use of tree controls, combined with the use of ControlBar
- 2022-08-23 10:53:54下载
- 积分: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
-
the library allows you to be in their own procedures as Word have added another...
这个类库可以使你可以在自己的程序里加入象Word那样的水平标尺.
-the library allows you to be in their own procedures as Word have added another level of standard.
- 2022-08-09 13:48:13下载
- 积分:1
-
Pie chart control, achieved a 2D, 3D effects, very good, very strong
饼图控件,实现了2D,3D效果,很好,很强大-Pie chart control, achieved a 2D, 3D effects, very good, very strong
- 2022-08-08 19:28:49下载
- 积分:1