-
这是一个建立模式对话框的工程。难度并不大,适合初学者。但是这个代码的特点是在Visual Studio下开发。上传这个代码的目的是想大家知道Visual Stu...
这是一个建立模式对话框的工程。难度并不大,适合初学者。但是这个代码的特点是在Visual Studio下开发。上传这个代码的目的是想大家知道Visual Studio与VC++的基本的语法结构的区别,包括消息映射和字符串的处理。通过比较,可以使大家更好的在Visual Studio下进行编程-This is a model to establish dialog works. It is not too difficult, for beginners. However, the code feature of the Visual Studio under development. Upload the purpose of this code is as you all know, Visual Studio and Visual C++ syntax of the basic structure of the district other, including information mapping and string handling. By comparison, we can make better in Visual Studio under Programming
- 2022-05-17 05:35:49下载
- 积分:1
-
采用vc写的一个界面程序,显示窗口为字符形状
采用vc写的一个界面程序,显示窗口为字符形状-vc used an interface written procedures for the display of character shape
- 2022-05-01 02:36:19下载
- 积分:1
-
《创建一个不可关闭的对话框》 [代码性质] VC完整应用程序代码 创建一个基于对话框的工程,一切默认即可。 在对话框的属性general中,设置caption为...
《创建一个不可关闭的对话框》 [代码性质] VC完整应用程序代码 创建一个基于对话框的工程,一切默认即可。 在对话框的属性general中,设置caption为空,这样用ctrl+alt+del就发现不到此 程序。 在对话框的属性more stytle 中,选中disable,这样就不能用右键关闭此程序。 删除取消按钮,双击确定按钮,在其对应函数中将 CDialog::OnOK()删除。这样就 不能用回车关闭此程序。如果只是简单的删除确定按钮是不行的。 当然了,要是关闭计算机之类的操作,那就没办法了。 此程序我目前想不到有什么实际用途,不过用来搞恶作剧还是不错的。- "Founds Dialog box Which Cannot Be closed" [ code nature ] the
VC integrity application procedure code to found based on the dialog
box project, all tacitly approve then. In dialog box attribute
general, establishes caption is spatial, like this uses ctrl alt del
not to reach this point on the discovery the procedure. In dialog box
attribute more stytle, selects disable, like this cannot use the right
key to close this procedure. The deletion cancels the button,
double-clicks determines the button, () deletes in its homographic
function CDialog::OnOK. Like this cannot use the carriage return to
close this procedure. If only is the simple deletion determination
button is not good. Natural, if cl
- 2022-10-01 08:05:02下载
- 积分:1
-
设计一个窗体,具备渐显的效果!
设计一个窗体,具备渐显的效果!-Design a form, have the effect of渐显!
- 2022-03-06 10:14:43下载
- 积分:1
-
一个类似于windows中硬盘整理的界面的类
一个类似于windows中硬盘整理的界面的类--Class which is similar to the interface of hard disk clearing up in windows
- 2022-02-03 12:33:09下载
- 积分:1
-
功能:
在窗口创建一个工作区,用来显示目录树。该工作区窗口可以停靠,浮动,改变尺寸。...
功能:
在窗口创建一个工作区,用来显示目录树。该工作区窗口可以停靠,浮动,改变尺寸。-Functions: in the window to create a work area, used to display the directory tree. The work area window can be docked, floating, changing size.
- 2023-06-14 02:35:03下载
- 积分:1
-
此代码示范了如何将对话框封装到MFC DLL,然后可由VC,VB/VB.NET调用。压缩包中有两个例子: 1、dlldemo 示范了从VC中调用; 2、vbne...
此代码示范了如何将对话框封装到MFC DLL,然后可由VC,VB/VB.NET调用。压缩包中有两个例子: 1、dlldemo 示范了从VC中调用; 2、vbnetdllcall 示范了从VB.NET调用的例子;-this code will be demonstrations of how to MFC dialog Packaging DLL, which may then be VC, VB/VB call. Compressed are two examples : one, dlldemo demonstration of a call from the VC; 2, vbnetdllcall demonstration calling from VB.NET example;
- 2022-03-15 13:06:10下载
- 积分:1
-
本人乃编程爱好者,这个小程序实现的只是对话框的链接,虽然很简单,但是对初学者应该会有帮助的,内有详细说明步骤!...
本人乃编程爱好者,这个小程序实现的只是对话框的链接,虽然很简单,但是对初学者应该会有帮助的,内有详细说明步骤!-I was programming enthusiasts, this small program is the link dialog box, although very simple, but should be helpful for beginners, and there are detailed description of the steps!
- 2022-05-07 10:19:38下载
- 积分:1
-
给MFC 中的MDI子窗口增加tab控制条,类似tab页面,对应着每个child窗口...
给MFC 中的MDI子窗口增加tab控制条,类似tab页面,对应着每个child窗口-MFC to the MDI window-increasing tab control, similar tab pages, corresponding to each child window
- 2022-07-13 01:02:32下载
- 积分:1
-
实现功能: 打开控制台窗口、关闭控制台窗口、在控制台窗口里执行DOS命令、清除控制台窗口、光标定位、输出文本、设置文本颜色等。
适用平台: Windows...
实现功能: 打开控制台窗口、关闭控制台窗口、在控制台窗口里执行DOS命令、清除控制台窗口、光标定位、输出文本、设置文本颜色等。
适用平台: Windows 9x/Me/NT/2000/XP/2003
-Realize functions: open the console window, close the console window, in the console window in the implementation of DOS commands, clear the console window, the cursor location, output text, set the text color and so on. Applicable platforms: Windows 9x/Me/NT/2000/XP/2003
- 2022-05-07 00:34:18下载
- 积分:1