-
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
-
应用最新技术实现的Silverlight 聊天室
应用最新技术实现的Silverlight 聊天室-Application of the latest technology to achieve the Silverlight Chat Room
- 2022-03-10 08:54:55下载
- 积分:1
-
一个用C++ Builer编制的游戏程序。挺有意思的,界面也不错。看看吧。...
一个用C++ Builer编制的游戏程序。挺有意思的,界面也不错。看看吧。-a C Builer establishment of the game. Quite interesting, and the interface is pretty good. Let"s see it.
- 2022-01-26 05:31:19下载
- 积分:1
-
实现动画进度条的源码
实现动画进度条的源码-achieving progress of the animation FOSS
- 2022-02-25 13:02:47下载
- 积分:1
-
源代码是基于虚拟仪器设计的多
该源程序是基于虚拟仪器设计的多波形信号源,能够产生多种波形-The source code is based on virtual instrument designed for multi-wave signal source, can produce a variety of waveforms
- 2022-03-21 22:14:48下载
- 积分:1
-
感兴趣的目标检测演示
感兴趣的目标探测系统,一般要达到一些主要的目标探测和定位能力。使用,请参阅“说明”的文件。
- 2022-01-21 03:09:47下载
- 积分:1
-
Visual Studio style UI Visual Studio风格的界面效果(15KB)
Visual Studio style UI Visual Studio风格的界面效果(15KB)-Visual Studio style UI Visual Studio style interface effects (15KB)
- 2022-01-25 16:33:16下载
- 积分:1
-
该系统实现了一个对话框界面,里面有资源的文件夹里面的文件夹里面的…
本系统实现了对话框界面随着资源res文件夹里面的bmp位图文件来改变,并且可以随意移动对话框的位置,还包含如果背景色是绿色可以透明显示!-the system to achieve a dialog interface with the resources res folder inside bmp bitmap file to change, which also allows the location of mobile dialog also include if the background color is transparent green can show!
- 2022-06-14 09:37:34下载
- 积分:1
-
Display a Web Page in a Plain C Win32 Application:
There are numerous examples...
Display a Web Page in a Plain C Win32 Application:
There are numerous examples that demonstrate how to embed Internet Explorer in your own window. But these examples typically use Microsoft Foundation Classes (MFC), .NET, C#, or at least the Windows Template Library (WTL) because those frameworks have pre-fabricated "wrappers" to easily give you an "HTML control" to embed in your window. If you re trying to use plain C, without MFC, WTL, .NET, C#, or even any C++ code at all, then there is a dirth of examples and information how to deal with OLE/COM objects such as IE s IWebBrowser2. Here is an article and working example in C to specifically show you what you need to do in order to embed IE in your own window, and more generally, show you how to interact with OLE/COM objects and create your own objects in plain C.
- 2022-03-02 15:03:00下载
- 积分:1
-
学生成绩管理系统
学生成绩管理,可对学生的成绩进行查询,修改
- 2022-05-16 15:10:27下载
- 积分:1