Description: When creating applications with a complex view layout, there are several features that are missing from MFC. First, each type of view layout is created differently (simple view vs. splitter vs. nested splitter). Simple view layout does not need any additional code (MFC handles the creation). Splitter layout needs a CSplitterWnd and manual creation of each pane. Even more complex is the nested splitter. Second, MFC does not support tab windows that can be found in almost any commercial application and is great for better UI orgranization. Platform: |
Size: 45066 |
Author:扬子昌 |
Hits:
Description: When creating applications with a complex view layout, there are several features that are missing from MFC. First, each type of view layout is created differently (simple view vs. splitter vs. nested splitter). Simple view layout does not need any additional code (MFC handles the creation). Splitter layout needs a CSplitterWnd and manual creation of each pane. Even more complex is the nested splitter. Second, MFC does not support tab windows that can be found in almost any commercial application and is great for better UI orgranization. Platform: |
Size: 45229 |
Author:扬子昌 |
Hits:
Description: 静态切分窗口,这个类是从WTL的SplitterWnd里面扒出来的,因为MFC的SplitterWnd实在是 太太太难用了,而且很难看,看到WTL里面的这个不错,想拿来用,不过如果是MFC程序的话再加上WTL的风格有些不协调,就干脆把它的形式改成MFC的风格了,函数看着挺多,不过常用并不多,至于注释嘛,我只是在经常用的函数声明上大概写了几句,相知道具体实现,那就去看代码吧:)-splitting static window, this category is from the WTL serving SplitterWnd inside out, because MFC SplitterWnd wife is too hard to use and hard to see inside the WTL Yes, they will apply to, but if MFC procedures for the WTL coupled with the style of some disharmony on stem crisp it into the form of MFC style, watching sport the function, but more commonly used is not as Notes, but as I was frequently used function declaration probably write a few words, is to know the specific realization, then look at the code it :) Platform: |
Size: 6144 |
Author:仇韬 |
Hits:
Description: When creating applications with a complex view layout, there are several features that are missing from MFC. First, each type of view layout is created differently (simple view vs. splitter vs. nested splitter). Simple view layout does not need any additional code (MFC handles the creation). Splitter layout needs a CSplitterWnd and manual creation of each pane. Even more complex is the nested splitter. Second, MFC does not support tab windows that can be found in almost any commercial application and is great for better UI orgranization. Platform: |
Size: 45056 |
Author:扬子昌 |
Hits:
Description: When creating applications with a complex view layout, there are several features that are missing from MFC. First, each type of view layout is created differently (simple view vs. splitter vs. nested splitter). Simple view layout does not need any additional code (MFC handles the creation). Splitter layout needs a CSplitterWnd and manual creation of each pane. Even more complex is the nested splitter. Second, MFC does not support tab windows that can be found in almost any commercial application and is great for better UI orgranization. Platform: |
Size: 45056 |
Author:扬子昌 |
Hits:
Description: 一个小小的实例程序,教你如何实现窗口风格-A small example of procedures, teach you how to achieve the window style Platform: |
Size: 1964032 |
Author:木杉 |
Hits:
Description: 一个重绘SplitterWnd的例子,继承自mfc的CSplitterWnd.-A redraw SplitterWnd example, inherited from the mfc of CSplitterWnd. Platform: |
Size: 3072 |
Author:李伟 |
Hits:
Description: MFC动态分割窗口!是非常有用的VC源码!很多开发中都会用到-MFC dynamic partition window! VC is a very useful source! Will use a lot of development Platform: |
Size: 1968128 |
Author:yu_weiwei |
Hits:
Description: 创建mfc单文档程序,并将视图创库分割成需要的模式-Mfc program to create a single document, and record the view mode of the needs of library divided into Platform: |
Size: 3379200 |
Author:尘埃落定 |
Hits:
Description: CSplitterWnd的基本使用(视图折分,分割窗口。使用mfc对窗口进行分割,源代码很详细,并对核心代码进行了解释-CSplitterWnd the basic use (view, folding points, split the window. The use of mfc to split the window, the source code is very detailed, and explained the core code Platform: |
Size: 735232 |
Author:zwl |
Hits:
Description: When creating applications with a complex view layout, there are several features that are missing from MFC. First, each type of view layout is created differently (simple view vs. splitter vs. nested splitter). Simple view layout does not need any additional code (MFC handles the creation). Splitter layout needs a CSplitterWnd and manual creation of each pane. Even more complex is the nested splitter. Second, MFC does not support tab windows that can be found in almost any commercial application and is great for better UI orgranization. -When creating applications with a complex view layout, there are several features that are missing from MFC. First, each type of view layout is created differently (simple view vs. splitter vs. nested splitter). Simple view layout does not need any additional code (MFC handles the creation). Splitter layout needs a CSplitterWnd and manual creation of each pane. Even more complex is the nested splitter. Second, MFC does not support tab windows that can be found in almost any commercial application and is great for better UI orgranization.
Platform: |
Size: 44032 |
Author:Greate |
Hits:
Description: 对话框窗口分割,实现对话框程序的分割的源码程序- The CSplitterDialog class adds splitter capabilities to a dialog, much like the MFC CSplitterWnd class does to a child frame. Platform: |
Size: 4096 |
Author:李彦刚 |
Hits:
Description: 切分窗口分为动态切分窗口和静态切分窗口,它们都是由CsplitterWnd类(MFC类库)来实现的,在这两种表示方式中,创建同一视图类的对象是比较容易的(Cview),而在同一应用程序使用两个或更多的视图类(如:ClistView、CtreeView等)-Split window is divided into the dynamic cut windows and static splitter window, they are CsplitterWnd Classes (MFC class library) to achieve these two structures, it is relatively easy to create the same view class object (Cview ), while in the same application to use two or more of the view class (such as: ClistView, CtreeView, etc.) Platform: |
Size: 26624 |
Author:myz12345678 |
Hits:
Description: 自己编的一个SDI CSplitterWnd的小例子,希望能够以小见大,给初学者很好的参考-Example for MFC SDI CSplitterWnd class application,hope it s useful to new learner Platform: |
Size: 4708352 |
Author:王夕锋 |
Hits:
Description: vc开发环境中,利用MFC的CSplitterWnd类实现左右切分窗口。-vc development environment, use the MFC class implements CSplitterWnd about segmentation window Platform: |
Size: 50176 |
Author:pizza |
Hits: