搜索资源列表
Configuration
- 文章详细的说明了MFC中经常用见到的问题“非预期的文件格式”产生的原因和解决方法-Configration illustrates the usually problem in the MFC of VC++
VCADO
- 在WIN32中,模式对话框的创建一般是使用DialogBox来进行创建的。而非模式对话框则是利用CreateWindow来创建的。在MFC或是WTL中,模式对话框一般是使用DoModal,而非模式对话框的创建则是使用Create。 模式对话框创建后,程序的其他窗口便不能进行操作,必须将该窗口关闭后,其他窗口才能进行操作。而非模式对话框则无需这样,它不强制要求用户立即反应,而是与其他窗口同时接受用户操作。 -very good!!
VCPPDLL-program
- 目录 1、概论 2、静态链接库 3、库的调试与查看 4、非MFC DLL 5、MFC 规则DLL 6、MFC 扩展DLL 的创建 -vc dll
StepController
- 使用独立串口类(非串口控件)开发的应用于步进电机控制器的应用界面-interface for step motor controller, developed by exclusive SerialPort class in MFC