Welcome![Sign In][Sign Up]
Location:
Search - CTabCtrl

Search list

[GUI Developtabtoolbardemo_src.zip

Description: Because my application required the use of a lot of tools (just like 3DS Max), I decided to implement this control. Here I shall share with you the most important details of creating the tabbed toolbar. The implementation of the control is quite simple, actually. The control is primarily a Dialog Bar that manages a tab control and a Tool Bar. Thus, the class is derived from CDialogBar and it creates the CTabCtrl and CToolBar objects. The actual creation of the Tab control and toolbar occurs in the Create function of the Dialog Bar. 创建一个制表工具栏 因为我的应用需要使用许多工具(像3DS Max),我决定实现这个控件。 在这里我将和你共同分享创建制表工具栏的最重要的细节。 实际上控件的创建相当简单。这个控件主要是管理一个制表控件和一个工具栏的对话框。因此,这个类从CDialogBar类继承并且它创建了CTabCtrl 和CToolBar对象。实际上制表和工具栏控件的创建发生在DialogBar函数的创建过程中。
Platform: | Size: 89039 | Author: | Hits:

[ADO-ODBCMyAssistant1

Description: 本例实现了一个简单的个人事务助理的工具,主要介绍了VC数据库方面的编程,并且介绍了CFormView视图类的使用,CTabCtrl控件的使用,高级标签控件类的实现,建立ODBC数据源的建立,利用数据集访问数据库操作结果等。-the cases to achieve a simple personal assistant tool, introduced the VC database programming, and introduced the category CFormView View the use CTabCtrl control the use, control labeling senior category and that the realization of the establishment of ODBC data sources to create, access data set access to the database operation results.
Platform: | Size: 102928 | Author: 唐堂 | Hits:

[GUI Developfromview+tab

Description: 在基于单文档的程序中,使用CTabCtrl,实现属性页功能-single document based on the procedures, the use of CTabCtrl achieve functional attributes p.
Platform: | Size: 293710 | Author: 张军 | Hits:

[GUI DevelopProperPageFunctionWithCTabCtrl

Description: 在vc++中实现属性页功能往往比较麻烦,本例巧妙地使用CTabCtrl控件轻松实现了属性页功能.-In vc++ Achieve functional attributes page is often more trouble, in this case the use of cleverly CTabCtrl controls easily realize a functional property page.
Platform: | Size: 53248 | Author: abweixx | Hits:

[PropertySheetCTestView

Description: vc++2005中用CTabCtrl控件实现属性页功能-vc++ 2005 with the realization of property pages CTabCtrl control function
Platform: | Size: 1024 | Author: 张强 | Hits:

[Windows CETestDoc

Description: 开发环境为EVC,armv4i,单文档程序。实现了在单文档中添加CSplitterWnd控件,并在CView中加入CTabCtrl控件,可以进行tab间的切换,并使用CDC画图。-Development environment for the EVC, armv4i, single-document procedures. Achieved in a single document CSplitterWnd add controls, and CView add CTabCtrl controls, can switch between the tab and use the CDC drawing.
Platform: | Size: 2851840 | Author: chaojijun52 | Hits:

[Dialog_WindowCTabCtrl

Description: 一个分页的源代码,vc制作的,值得看啊-A page
Platform: | Size: 1889280 | Author: jacky | Hits:

[Button controlMultiPageInterface

Description: VC++的多属性页实现,可以实现CTabctrl的多行显示问题。-VC++ realize the many attributes page, you can realize the multi-line display CTabctrl problem.
Platform: | Size: 61440 | Author: 2005512100024 | Hits:

[OtherTabBarCtrl_SRC

Description: 一个CTabCtrl控件的例子,直接打包到工程中即可使用,很方便-Example of a control CTabCtrl directly packaged into projects to use, very convenient
Platform: | Size: 7168 | Author: 张武 | Hits:

[GUI DevelopSheetInView_demo

Description: 在FormView中增加CtabCtrl的例子-Increase in the FormView example CtabCtrl
Platform: | Size: 39936 | Author: 刘国庆 | Hits:

[Windows DevelopMyAssistant

Description: 实现了一个简单的个人事务助理的工具,主要介绍了VC数据库方面的编程,并且介绍了CFormView视图类的使用,CTabCtrl控件的使用,高级标签控件类的实现,建立ODBC数据源的建立,利用数据集访问数据库操作结果等。 -a personal assistant for personal use,by c++
Platform: | Size: 535552 | Author: 志峰 | Hits:

[GUI Developvc5787822444

Description: CTabCtrl控件实现属性页功能在视图窗口内加入CTabCtrl控件,设变量名为m_tab,新建两个对话框属性设为Child,None,用ClassWizard生成新的类,基类为Cdialog,分别为Cpage1,Cpage2,ID号分别为IDD_DIALOG1,IDD_DIALOG2。在CtestView内加入两个变量,Cpage1 page1;Cpage2 page2。 -Property page implementation CTabCtrl control functions within the view window CTabCtrl add controls, set the variable named m_tab, two new property dialog box is set to Child, None, use ClassWizard to generate a new class, base class for Cdialog, respectively Cpage1, Cpage2, ID No. of IDD_DIALOG1, IDD_DIALOG2. At CtestView add two variables with, Cpage1 page1 Cpage2 page2.
Platform: | Size: 7539712 | Author: bony | Hits:

[Windows DevelopS

Description: 一个基于对话框的简历,主要关于 CTREECTRL CTABCTRL的使用,对mfc初学者很有帮助! -CTREECTRL CTABCTRL
Platform: | Size: 203776 | Author: wangyafei | Hits:

[GUI DevelopOWNERDRAW_TAB

Description: 实现自绘制标签按钮功能。本程序从CTabCtrl派生出一个CTabCtrlEx控件,用于实现标签控件的自绘制功能,让标签也五花八门吧!-Self-drawing button labels. This procedure CTabCtrl derived from a CTabCtrlEx control, label control for the achievement of self-mapping feature that lets you label a wide variety!
Platform: | Size: 2048 | Author: jayjay | Hits:

[GUI DevelopCTab

Description: CTabCtrl控件的示例代码,实现了通过点击CTabCtrl控件的标签页在不同的对话框之间切换。基于对话框的MFC程序。-Control CTabCtrl sample code, CTabCtrl achieved by clicking on the tab control in the dialog box to switch between different. MFC dialog-based program.
Platform: | Size: 1967104 | Author: 沈家骏 | Hits:

[GUI DevelopCTabCtrl

Description: 实现tab控件属性页功能的代码,对初学者很有用-Achieve the tab control property sheet function code, useful for beginners
Platform: | Size: 53248 | Author: ying shi duan | Hits:

[Othertab

Description: CTabCtrl 动态增加、删除标签页。 获取CTabCtrl标签页上的文字。-CTabCtrl dynamically add, delete tab. Get CTabCtrl tab page text.
Platform: | Size: 1882112 | Author: luping | Hits:

[Shell apitab_control

Description: CTabCtrl class sample
Platform: | Size: 38912 | Author: Val | Hits:

[Windows DevelopVC_CTabCtrl_switch_control_achieve_property_page_t

Description: VC CTabCtrl控件实现的属性页切换选项卡VC CTabCtrl switch control to achieve the property page tab-VC CTabCtrl switch control to achieve the property page tab
Platform: | Size: 32768 | Author: ue | Hits:

[Windows MobileCTABCTRL

Description: CTABCTRL例子,适用于windows mobile平台-CTABCTRL example, for windows mobile platform
Platform: | Size: 29696 | Author: caoda | Hits:
« 1 23 4 5 6 »

CodeBus www.codebus.net