文件名称:FormTest
-
所属分类:
- 标签属性:
- 上传时间:2008-10-13
-
文件大小:33.89kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
在Framework中显示一个View。通过菜单或按钮切换成不同的view。假设有三种view: CViewA, CViewB,CViewC。用三个常数表示他们不显示时的control ID.
enum eView {ViewA, ViewB, ViewC}
在CMainFrame 加上下面一个函数就可以实现不同窗口的切换了。很易懂,唯一没有说的就是CCreateContext context,这是每次Create一个view时必须设定的。其实也就是m_pCurrentDoc这个指向当前document class的指针需要设定,其它的取默认值就可以了。
enum eView {ViewA, ViewB, ViewC}
在CMainFrame 加上下面一个函数就可以实现不同窗口的切换了。很易懂,唯一没有说的就是CCreateContext context,这是每次Create一个view时必须设定的。其实也就是m_pCurrentDoc这个指向当前document class的指针需要设定,其它的取默认值就可以了。
(系统自动生成,下载前可以参看下载内容)
下载文件列表
FormTest/FormTest.aps
FormTest/FormTest.cpp
FormTest/FormTest.dsp
FormTest/FormTest.dsw
FormTest/FormTest.h
FormTest/FormTest.plg
FormTest/FormTest.rc
FormTest/FormTestDoc.cpp
FormTest/FormTestDoc.h
FormTest/MainFrm.h
FormTest/ReadMe.txt
FormTest/res/FormTest.ico
FormTest/res/FormTest.rc2
FormTest/res/FormTestDoc.ico
FormTest/res/Toolbar.bmp
FormTest/resource.h
FormTest/StdAfx.cpp
FormTest/StdAfx.h
FormTest/ViewA.cpp
FormTest/ViewA.h
FormTest/ViewB.cpp
FormTest/ViewB.h
FormTest/ViewC.cpp
FormTest/ViewC.h
FormTest/程序说明.txt
FormTest/MainFrm.cpp
FormTest/FormTest.opt
FormTest/res
FormTest
www.dssz.com.txt
FormTest/FormTest.cpp
FormTest/FormTest.dsp
FormTest/FormTest.dsw
FormTest/FormTest.h
FormTest/FormTest.plg
FormTest/FormTest.rc
FormTest/FormTestDoc.cpp
FormTest/FormTestDoc.h
FormTest/MainFrm.h
FormTest/ReadMe.txt
FormTest/res/FormTest.ico
FormTest/res/FormTest.rc2
FormTest/res/FormTestDoc.ico
FormTest/res/Toolbar.bmp
FormTest/resource.h
FormTest/StdAfx.cpp
FormTest/StdAfx.h
FormTest/ViewA.cpp
FormTest/ViewA.h
FormTest/ViewB.cpp
FormTest/ViewB.h
FormTest/ViewC.cpp
FormTest/ViewC.h
FormTest/程序说明.txt
FormTest/MainFrm.cpp
FormTest/FormTest.opt
FormTest/res
FormTest
www.dssz.com.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.