搜索资源列表
实现单文档视图对话的功能
- 本文章实现单文档视图对话的功能,利用对话条建立对话框,This article dialogue to achieve a single view of the function of the document, the use of dialogue to establish dialog Article
MFC
- 拼图游戏是同学们喜欢的益智游戏之一,带着浓厚的兴趣,我们选择拼图游戏设计作为我们小组本次MFC课程设计的课题。在讨论中,有的同学希望用单文档(SDI)的形式完成本次设计,有的同学则偏向于用对话框(Dialogue)的形式,最终我们小组讨论决定最终的设计采用对话框形式实现拼图功能。-Classmates like jigsaw puzzle is one of the puzzles, with strong interest, we choose puzzle design as me
ColorDialog
- 使用C++编写的颜色选择对话框程序,有助于初学者学习C++的单文档编程。-The color selection dialog using C++ written procedures help a beginner learning C++ single document programming.
02a12232
- 基于单文档对话框的编程,可以实现不同字体-Based on Single Document dialog programming can be achieved in different fonts
MFC-handle-conversion
- 一般我们使用的框架是VC提供的Wizard生成的MFC App Wizard(exe)框架,无论是多文档还是单文档,都存在指针获取和操作 问题。 下面这节内容主要是一般的框架,然后再讲多线程中的指针使用。使用到的类需要包含响应的头文件。 首先一般获得本类(视,文档,对话框都支持)实例指针 this,用this的目的,主要可以通过类中的函数向其他类或者函数中发指针,以便于在非本类中操作和使用本类中的功能。 这其中的关键在于理解 m_pMainWnd, AfxGetApp(),AfxGetMai