搜索资源列表
P22009332
- MFC暑期实践,基于MFC对话框的C++语言应用软件-MFC Summer Practice MFC dialog-based C++ language application software
DragDl021g
- VC++实现无标题栏对话框的拖动,很多基于对话框的应用程序都是不带框架的,也就是说对话框没有标题栏。众所周知,窗口的移动都是通过鼠标点住标题栏拖动窗口实现的,那么现在没有了标题栏,如何移动对话框呢?-VC++ to achieve without dragging the title bar of the dialog box, many applications are based on the dialog box without a framework, that dialog witho
gray
- 运用C#将各种图片在程序中打开。用户界面丰富友好,采用Windows平台,基于菜单和对话框的交互式界面-Using c# will open in a program in various pictures.
00
- VS2005应用程序例程,文件读写应用例程,基于对话框的应用例程-VS2005 application routines, application routines to read and write files, dialog-based application routines
MyBole
- 基于对话框的MFC编程,能够简单的完成加法计算器的实现-Based on the dialog MFC programming, can simply complete totalizer realization
calculator2
- 基于对话框的计算器设计源码,带有扩展功能,分为普通型和科学性两种-calculator design
CLOCK
- 关于vc++6.0编程环境中,基于对话框的时钟显示功能。-On vc++6.0 programming environment based on the clock of the dialog box display.
Calculator
- 基于C#对话框的简易计算器源程序。编译环境:Visual studio 2010-Based on the dialog box, simple calculator source code in C#. Build environment: Visual Studio 2010
Weather
- VC/C++源码,界面编程,天气预报,自绘 weather(天气预报界面),基于VC++自绘技术,运行于VS环境。 如果一个运行在 Windows XP 上的应用程序清单指定要,使用 ComCtl32.dll 版本 6 或更高版本来启用可视化方式, 则需要 InitCommonControlsEx()。否则,将无法创建窗口。 界面中实现了BmpButton、CSetDialog 对话框,天气预报中的获取网络资源,感谢 (彬)泪闯天涯提供的参考代码。
Calendar
- 本程序创建了一个基于对话框的日历程序,在对话框窗口中使用一个月历控件,从中选择任何一天,编辑框将显示出相对的信息。-This program creates a dialog-based calendar program, in the dialog window using a calendar control, choose any day, the edit box will show the relative information.
CtrlTest
- CtrlTest程序是一个基于对话框的应用程序,即以对话框作为程序的主窗口.该程序主要对组合框、列表框、多行编辑框和滚动条控件进行了测试.-CtrlTest program is a dialog-based applications, that is, the dialog box as the program' s main window. The program is mainly for combo boxes, list boxes, multi-line edit box an
c
- 基于对话框的MFC小游戏,贪食蛇。 可以运行 很简单很实用-MFC dialog-based game, Snake. You can run a very simple and very practical
lujing
- 基于vc2010MFC所设计的一个小型对话框,能够识别所打开文件的路径-Based on a small dialog vc2010MFC designed, it is possible to identify the open file path
MyProject33
- 1)设计一个学生类Student,包括数据成员:姓名、学号、二门课程(面向对象程序设计、高等数学)的成绩。 (2)创建一个管理学生的类Management,包括实现学生的数据的增加、删除、修改、按课程成绩排序、保存学生数据到文件及加载文件中的数据等功能。 (3)创建一个基于对话框的MFC应用程序,程序窗口的标题上有你姓名、学号和应用(4)创建一个单文档的MFC应用程序,读取(3)中保存的文件中的学生成绩,分别用直方图和折线方式显示所有学生某课程的成绩分布图。程序名称。使用(1)和(2)中的类