-
SDI for the Multi
在SDI中进行多视图切换的小程序,在一些情况下,应用程序有许多信息要显示,当一个窗口内显示不下时,VC提供的MDI应用程序可以解决这个问题,但是如果应用程序只是对单个文档,采用多种方式显示,则采用SDI更合适。那么,如何在单文档应用程序中实现多视图呢?缺省情况下,派生类的构造函数是pretected类型的,必须将它改为public类型,因为我们将会动态生成派生视图类并切换活动的视图。也可以一次生成所有的视图,但是这样造成系统资源的极大浪费。-SDI for the Multi-View handoff small procedures, in some cases, there are many applications of information to show that, when a window display at the least, the VC MDI applications can solve this problem, but if the application procedure is a pair of individual files, use various methods to show , using SDI more appropriate. How, then, in single file applications to achieve multi-view? By default, derived class constructor is pretected type, it must be changed to public type, because we will be dynamically generated and derived View Class View switching activities. One can also generate all views, but this system caused a tremendous waste of resources.
- 2022-02-14 04:26:25下载
- 积分:1
-
Vc++ to achieve by the small example of the desktop clock, suitable for beginner...
用Vc++实现的桌面时钟的小例子,适合初学vc++的人参考学习。-Vc++ to achieve by the small example of the desktop clock, suitable for beginner of vc++ reference study.
- 2022-04-22 18:36:20下载
- 积分:1
-
类似Office 2000中的智能化可停靠菜单
类似Office 2000中的智能化可停靠菜单-similar to Office 2000 can call the intelligent menu
- 2022-05-19 15:42:33下载
- 积分:1
-
vc++实时曲线
VC6下的实时显示曲线// 设置网格间距void SetGridResolutionX(int nGridReluX);// 设置网格间距void SetGridResolutionY(int nGridReluY);// 设置网格滚动速度,正值为从左向右滚动,0不动void SetGridScrollSpeedX(int nSpeedX);// 正值为从上到下滚动,0不动void SetGridScrollSpeedY(int nSpeedY);// 网格线宽度void SetGridLineWidth(int nWidth);// 背景色void SetGridBackClr(COLORREF clr);// // 锁定数据显示范围void LockRang(bool bfLo
- 2022-01-28 15:55:44下载
- 积分:1
-
a very good interface and special effects programming examples! Flame, water, la...
一个很不错的界面和特效编程例子!火焰、水波、熔岩三类特效,值得学习!-a very good interface and special effects programming examples! Flame, water, lava three types of effects, it is worth learning!
- 2022-01-21 18:51:17下载
- 积分:1
-
switching window of students achieving information inquiries can be added and de...
切换窗口实现的学生信息查询,可以添加和删除。-switching window of students achieving information inquiries can be added and deleted.
- 2022-03-11 09:57:39下载
- 积分:1
-
学习gdi+的好程序,非常适合初学者学习使用
学习gdi+的好程序,非常适合初学者学习使用-Learning gdi+ A good process, very suitable for beginners learning to use
- 2022-07-25 04:37:06下载
- 积分:1
-
a similar windows Resource Manager directory on the left navigation tree!
一个类似windows资源管理器左边的目录导航树!-a similar windows Resource Manager directory on the left navigation tree!
- 2022-03-03 00:55:53下载
- 积分:1
-
this is about the graphics which used to see the network
this about the graphics which used to see the network-this is about the graphics which used to see the network
- 2022-03-21 16:41:37下载
- 积分:1
-
cximage源代码
CxImage类库是一个优秀的图像操作类库。它可以快捷地存取、显示、转换各种图像。这是cximage最新的代码,很难找的的供大家下载使用。使用cximage需要注意的是:整个CxImage类库非常大。如果你只需要能处理其中的几种格式,你可以在主要的头文件ximage.h中找到一些开关选项来关闭一些图像库。JPG、PNG、TIFF中的每一个库,都会向最终程序增加约100KB的内容。而CxImage类库压缩后只有约60KB。所以,你需要谨慎挑选一些你真正需要的类库。
- 2022-04-08 22:29:34下载
- 积分:1