资源列表
love_judge_by_Name
- 根据姓名测男女的缘分.输入男女双方的姓名,计算得出结论.不可不信缘.-test men and women under the name of fate. Input the names of both men and women, calculated conclusions. Letters must be fate.
differentpages
- 在同一个界面中显示不同的页面(主界面作为容器,在容器中可以显示不同的对话框,类似于tab控件的功能。)-In the same interface display different pages
lesson7
- 对话框设计的视频资料,讲解如何设计一个对话框-Teach you how to design a dialog box
FolderDlg_Proj
- 一个打开目录例子程序,对于做界面的还是有点用的-an Open directory examples procedures, so the interface is still somewhat of
progress-1
- 进度条的使用实例 ``` ```
Test_CtrlFont
- An easy way of changing Control Font
DriverAttri
- 用MFC实现的检测驱动器属性的小程序,在visual studio上测试通过-Detection with MFC drive properties of small programs on visual studio test
Process
- 在对话框中添加进度条,利用PeekMessage移除消息队列中的按键或者鼠标单击等消息,使程序假死现象消失。-add a CProgressCtrl on Dialog and avoid the interface feign death
AutoCloseMessageBox
- 一个实现自动关闭窗口的代码。可以用在实际的项目中-Automatically close the window of a code
透明窗口放大
- 一个实现放大屏幕区域内容的小程序。通过鼠标拖动对话框,实现透明放大所在屏幕区域内容,按右键退出。-achieve an enlarged screen as a small regional procedures. Drag the mouse through dialog, transparent screen to enlarge it where regional content, according to withdraw from the Right.
UPDialog
- 通用进度对话框,老外设计的东东,感觉还不错哦。-This displayes a Progress Dialog that would update its progress based on a user supplied procedure. Automatically handles the thread creation and termination. Can be used in anyplace, anytime. Quite useful to display the
20060720CommonDialog
- 一套通用对话框源代码,包括API和MFC方式打开和保存对话框,对话框左侧会有“我的电脑”等链接,还有选择目录的对话框,需然没什么难度,但整合到一起,就方便开发人员参考使用了。