搜索资源列表
UseResourceInDLL
- 如何在DLL中使用对话框,从Win32 DLL和MFC DLL两个方面来分析并解决这个问题。 -how to use the DLL dialog, from Win32 DLL and MFC DLL two aspects to analyze and solve the problem.
diag
- mfc对话框 mfc对话框
mfccomm
- 串口通讯程序,基于MFC对话框编的。已经测试过,希望对大家有用 -Serial communication program, based on the MFC dialog box for the. Has been tested, in the hope that useful
VCADO
- 在WIN32中,模式对话框的创建一般是使用DialogBox来进行创建的。而非模式对话框则是利用CreateWindow来创建的。在MFC或是WTL中,模式对话框一般是使用DoModal,而非模式对话框的创建则是使用Create。 模式对话框创建后,程序的其他窗口便不能进行操作,必须将该窗口关闭后,其他窗口才能进行操作。而非模式对话框则无需这样,它不强制要求用户立即反应,而是与其他窗口同时接受用户操作。 -very good!!
VC_Dialog
- 分步骤详细介绍了在Visual C++中如何构造、设计界面及对话框,对于MFC初学者应该很有帮助-Step by step details in the Visual C++ How to construct, design interface and dialog boxes, for MFC beginners should be very helpful
vcMSCom
- vc串口通讯控件MSComm编程详解,在mfc中进行串口通讯最简单的方法莫过于在对话框中使用MSCOMM控件了,MSComm通信控件提供了一系列标准通信命令的接口,它允许建立串口连接,可以连接到其他通信设备(如Modem).还可以发送命令、进行数据交换以及监视和响应在通信过程中可能发生的各种错误和事件,从而可以用它创建全双工 、事件驱动的、高效实用的通信程序。 -vc serial communication control MSComm programming Xiang Jie, car
MFC
- 拼图游戏是同学们喜欢的益智游戏之一,带着浓厚的兴趣,我们选择拼图游戏设计作为我们小组本次MFC课程设计的课题。在讨论中,有的同学希望用单文档(SDI)的形式完成本次设计,有的同学则偏向于用对话框(Dialogue)的形式,最终我们小组讨论决定最终的设计采用对话框形式实现拼图功能。-Classmates like jigsaw puzzle is one of the puzzles, with strong interest, we choose puzzle design as me
waring
- 基于MFC的简单程序,用VC++ 编写,弹出对话框,并语音提示-Based on the MFC simple procedures, with vc++ write, pop-up dialog box, and voice ask
relex
- MFC基于对话框动态画曲线的完整代码 内含详细注释-MFC is based on the complete code of the dialog box dynamically draw curves containing detailed notes
VC
- MFC编写一个简单的登录对话框(连数据库),教你怎么在VC上连接access数据库-MFC write a simple login dialog (even the database), teach you how to connect access database on the VC
Catch
- 用VC6.0写的一个MFC程序,一个简单的MFC“逃跑”对话框应用程序-With VC6.0 write an MFC program, a simple MFC " escape" dialog application
MFC-Open-the-save-file-dialog-box
- 开发窗口应用程序中,一般都会使用到文件保存对话框,我在这里提供其中一种方法-Developing windows applications, usually to a file using the Save dialog box, I am here to provide methods
MFC-basic-code
- VC++ 内MFC的基本问题介绍和源码参考,包括文档视图,视图和框架窗口、对话框等的操作-VC++,the basic operation code of MFC
splittercontrol_demo
- 在MFC中,仿分割视图在对话框窗口分割对话框-In MFC, imitation split view in the dialog window segmentation dialog
mfc
- 基于对话框绘制曲线:vc++ mfc ,非常适合入门的新手学习 ,也可以适用于深层的开发-vc++ mfc ,非常适合入门的新手学习 ,也可以适用于深层的开发
MFC-practice(windos)
- MFC对话框练习,对初学者来说很不错的资料-MFC practice of windos
FileOpen
- 用MFC 编写的基于对话框的一个可以打开本地电脑的文件的程序-open file in the local computer
VC-Dialog-and-common-control
- VC++_课件_第05章_对话框和常用控件,带你进入MFC的世界-Courseware VC++ _ _ _ Chapter 05. Dialog and common control with you into the world of MFC
student-DATA
- 用MFC创建一个基于对话框的应用程序,添加多个编辑控件实现学生信息的输入。-Use MFC create a dialog-based application, and add multiple edit controls to achieve input student information.
flicker-free-picture-redraw
- 利用了双缓冲技术在MFC对话框上进行高性能绘图,有效还解决了闪烁问题,给出了设计思路和代码实现。-Using double buffering technology in the MFC dialog box for high-performance graphics, effective also solved the flicker problem, given the design ideas and code to achieve.