资源列表
GridExample
- 二维Grid Class,可以填写数字,字符串,checkbox,等等。 有一个对话框demo-2 Dimensional Grid Class, you can fill in numbers, strings, checkbox, and so on. There is a dialog demo
huadongkuai
- 用编辑框和旋转按钮选择矩形的长和宽,线的宽度由滑动块控制,MFC程序和详细步骤,一步一步做。-With the edit box and rotate buttons to select the length and width of the rectangle, line width by a sliding block control, MFC procedures and detailed steps, step by step.
Tempcollect8
- 建立基于对话框的工程,主要功能是采集温度,可设置温度上下限, 采集时间一分钟,采集完毕,可绘制温度曲线。-Create a dialog-based project, the main function is to collect temperature, you can set the upper and lower temperature, the acquisition time of one minute, the acquisition is completed, can draw t
4.Register
- 实现非模态对话框和标签式对话框的创建和使用。-To achieve non-modal dialogs and tabbed dialog creation and use.
VCPP
- VC++编程实例 里面有九个完整例子,可以用来学习-VC++ programming examples, there are nine complete example, it can be used to learn
myroundbuttonopenexe
- 实现按下一个按钮,打开一个exe软件,并且实现了对话框的背景色为自己所设定图片,实现了一个圆形按钮-Achieved by pressing a button to open a exe software, and realize the dialog box set the background color for their own pictures, implements a radio button
menu
- 菜单的修改,添加,可实现菜单上附加文本框 选择框-the programm is used to add menmu to the window,which conld be modified in the style the programmer liked, it is simple convinent and useful
Graphic
- 编写对话框,可以在菜单中选择画图类型,然后在view处进行画点、直线、椭圆等,并选择字体、颜色。-Preparation of the dialog box, select the drawing type menu, and then view at draw points, lines, ellipses, and select the font, color.
89L_vb004
- mtk1389L latest sourcecode enjoy
homeworkStudyWord
- VisualC++应用文件操作与MFC界面做的英语学习程序。主界面被分成两部分,左边为没有记的单词,右边为已记的单词,上边的DialogBar可以做查询操作。-Use VisualC++ and MFC to do the word study.Main Frame was seperated by two parts,left for to memorize,right for already memorized,and the Dialogbar on the top could do th
PC_serialalistctrl
- MFC中使用MSCOMM控件实现串口通信 代码还实现了listctrl控件的图标显示-The MSCOMM control serial communication code in MFC realized listctrl control icon is displayed
_drag_one_ChildWindow_in_FatherWindow_
- 主窗口是一个“对话框”,里面有一个“子窗口”,这个“子窗口”派生自CWnd类,用户可以拖动它,使它在父窗口 当中移动,它的移动范围是受到所在“父窗口”的制约的,它的四个边界不能超过“父窗口”相应的边界,例如:它的左边界不能超过“父窗口”的左边界。 -main window is a "box" that includes a "sub-window," The "sub-window" derived from the CWnd