搜索资源列表
DialogBar调用切分窗口
- MDI生成切分窗口,并相互调用。 ◎MFC生成MDI程序框架,并允许切分窗口。 ◎静态生成左右两个切分窗口,分别与视图类CLeftView、CRightView建立关联。 ◎生成DialogBar,在DialogBar中添加Copy按钮和Clear按钮。 ◎在左侧的切分窗口中可以手动画线。点击Copy按钮可以将已经画的线拷贝到右侧切分窗口中,点击Clear按钮将左右窗口清空。-MDI production segmentation window, and call each other. MFC
splite MFC窗口设计源码
- MFC窗口设计源码 基于父窗口的窗口分割 是初学者的必下程序 -MFC source code based on the parent window to window design window will be split under the program is for beginners
split-window
- 示范如何使用MFC制作拆分窗口,适合入门-illustrate how to make splitted view with MFC
splitWindow
- 自己写的关于MFC中view视图分割的源代码-Write your own source code for MFC view view split
single
- 创建mfc单文档,并将视图分割,实现弹出对话框的文本与视图窗口中的同步-Mfc create a single document, and split the view to achieve the text of the pop-up dialog window with view of the synchronization
duihuak
- 对话框用户界面程序的编写,如何向对话框控件联接数据成员及其实现机理, 如何向对话框控关联控件类,如何利用对话框类的成员函数向控件发送消息 和获取对话框控件的类指针,如何直接利用对话框控件类操纵对话框控件 (发送消息和直接调用成员函数)。如何在程序运行时产生和销毁控件。 对话框控件的几种操作方式的优劣比较分析。如何实现对话框的部分收缩 和展开。如何让对话框上的文本框在程序启动后立即获得焦点,如何利用 SetWindowLong改变窗口的回调函数,通过改变文本框的默认回车处理
Splitter
- MFC中灵活拆分窗口,是大家窗口编程的好例子。MFC中灵活拆分窗口,是大家窗口编程的好例子。-Flexible split window in MFC is a good example of all windows programming. MFC flexibly split window, is a good example of programming all windows.
chuangkoufenge
- 实现了基于MFC的单文档窗口的分割,也可以自己设置实现不同的块数分割-Implemented based on MFC single document window split
MyTest
- MFC单文档,窗口分割,分割两次,共左上、左下和右侧三个小窗口,在左上窗口中添加按钮控件-MFC single document window split, split twice, were left, left and right side of the three small windows in the upper left window to add a button control
StaticSplit
- 可以实现静态分割窗口的功能,是在VC++下MFC编程 -static split windows
DynSplit
- 可以实现动态分割窗口功能,应用在VC++下MFC编程中-Can be achieved dynamically split the window function used in VC++ MFC programming
code
- C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC AppWizard生成的工程奠定了良好基础。-Classics
ydaimaSplitWndDemo
- 实现了MFC多文档程序的视图分割,对初学者来说,很有用-MFC multi-document program split view, useful for beginners
SplitWindow
- 此源码是基于MFC的视图类窗口拆分源码示例-This source is based on MFC view class window split source example
SplitterFour
- 在vc2008的MFC环境下,利用split函数将窗口分割成为四个窗口,然后利用vlc播放四个不同的视频文件。可以用,已调通。-Split function under in vc2008 the MFC environment, the window is split into four windows, and then use vlc player four different video files. It can be used, has been highlighted.
build-segmental-windows-in-MFC
- 利用MFC创建分割窗口,代码简介明了,说明完整,适合初学者使用-Create a split window with MFC code Introduction straightforward descr iption complete, suitable for beginners to use
SplitWnd
- MFC中实现分割窗口,使每个窗口显示不同的内容,编程思路清晰,有很好的指导作用-MFC split window, so that each window to display different content, programming ideas clear, there is a very good guide
SplitterWnd
- MFC单文档分割。这个是参考网上资料,也请人帮助才完成的。-MFC single document split. This is a reference to online information, also asked people to help.
MFC-Split-window
- MFC窗口编写程序,适合初学者,本人测试后通过。-MFC windows programming, suitable for beginners, after I test.
MFC-Split-window
- 本实例是一个典型的分割式窗口,即可在同一个框架窗口里同时显示多个视图,这些视图可以是同一个视图,也可以是不同的视图。-This example is a typical split window, you can display multiple views in the same frame window, these views can be the same view, also can be a different view.
