-
使用vc编写一个类似Windows资源管理器的源代码,大家可以参考参考!非常实用简单...
使用vc编写一个类似Windows资源管理器的源代码,大家可以参考参考!非常实用简单-vc prepared to use a similar resource management for the Windows source code, you can refer to reference! Very simple practical
- 2022-03-24 00:16:52下载
- 积分:1
-
Windows MFC edit box and the static text to extend the use of functional
Windows MFC编辑框和静态文本的使用扩展功能-Windows MFC edit box and the static text to extend the use of functional
- 2022-04-18 15:38:13下载
- 积分:1
-
非常有用的智能编辑框。过滤非
非常有用的智能编辑框。过滤非设定的输入字符,可以设定为NUMBER、LETTER、FLOATINGPT、OTHERCHAR、SIGNED、UNDERSCORE。-Very useful smart edit box. Filtering of non-setting input characters can be set to NUMBER, LETTER, FLOATINGPT, OTHERCHAR, SIGNED, UNDERSCORE.
- 2023-05-14 01:45:03下载
- 积分:1
-
MDI例子
MDI例子-MDI example
- 2022-03-26 15:27:42下载
- 积分:1
-
金山类窗口
金山词霸那样的窗口条-Kingsoft kind of window of
- 2022-02-13 12:25:02下载
- 积分:1
-
学生信息管理系统
学生管理信息系统,采用链表结构存储学生的信息,使用索引查找的方式实现对学生信息的访问与修改,学生的信息采用文件存储方式。本系统可对十万以内的学生的信息实现快速的操作,包括:增加学生信息、修改学生信息、删除学生信息和查询学生信息等。使用VC++ 6.0开发环境调试通过,保证可以正常运行!!!!!!此软件对于学习数据结构中的链表操作非常有帮助!!!
- 2022-03-14 00:34:05下载
- 积分:1
-
[中文版]目录下的内容源代码
【中文版】目录下的源代码是实现中文版的,其程序必须在UCDOS等中文环境中运行,才可以
看到中文,否则是乱码。
与本说明文件同一目录下的177.c是对中文版进行英文翻译得到的,可以在TC中编译运行,而不
需要中文环境的支持。- [ Chinese edition ] under the table of contents source code
realizes the Chinese edition, its procedure must in Chinese
environment and so on the UCDOS move, only then may see Chinese,
otherwise is the additive device.
Is carries on English translation with this explanation document
identical catalogue under 177.c to the Chinese edition to obtain, may
translate the movement in TC, but does not need Chinese environment
the support.
- 2022-03-01 22:41:09下载
- 积分:1
-
房间隔缺损ASD我们F g2wer hnffg
;asdqwe asdasdqweasdasdhdashgkdsu auhg fugdofi usdaifbaksneb rewr bqweh;jwbek bqwkjehb uqwbekkasbdqwbej kabsdkjbqwkueb jkabsdkj bkowueb kjabsdu qbwjkeb asudb jkqbweu basjdb qwbej kasbdkj bqwubejkasbd kjbqwkeb baousbd kjqwbekjb kasbajb dajbkasbd uqwbejk bsadd asd aqwe daqwe
- 2023-03-22 16:30: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++ GUI QT4 sourcecode
c++ GUI QT4 随书的源代码,sourcecode。测试可用。喜欢本书的读者可以边学习边查看作者写的代码,快速的提高自己
- 2022-04-27 21:22:41下载
- 积分:1