Welcome![Sign In][Sign Up]
Location:
Search - dialog toolbar

Search list

[Menu controlVC.NET2003实现 在Dialog中使用Menu和Toolbar

Description: 在Dialog中使用Menu和Toolbar,VC.NET2003,WINXP下调试通过-use Menu and Toolbar, VC.NET2003. debug through WINXP
Platform: | Size: 28054 | Author: 冷泠 | Hits:

[ActiveX/DCOM/ATLatl_activedoc

Description: This sample demonstrates how to implement an ActiveX Document Server. The program demonstrates the following: How to implement the interfaces IOleDocument and IOleDocumentView How to perform menu merging with the container How to implement a toolbar in your object How to override the IPersistStreamInit methods Load and Save to perform custom saving and loading How to use CDialogImpl to implement an About dialog box. How to subclass the Rich Text Edit Control
Platform: | Size: 38912 | Author: | Hits:

[GUI Developtabtoolbardemo_src

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函数的创建过程中。-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
Platform: | Size: 89088 | Author: 徐丽志 | Hits:

[GUI Developbobo463_UI_2005-09-06

Description: 自己用过的一些例子,整理了一下,希望有用。 ToolBar的一个例子(加入一个下拉框) 不规则窗体实现 滑动条的使用 数控件的双击响应事件 无标题栏对话框的拖动-themselves used some examples, collate it, and hope that useful. An example of the Toolbar (joined a drop-down box) Creating sliding strip irregular use of the few controls without incident response to double-click the title bar of dialog Drive
Platform: | Size: 58368 | Author: bobo | Hits:

[ToolBar在对话框中添加工具条toolbars

Description: 本程序是在VC下开发的Windodws窗口界面程序,介绍如何在对话框的各个不同的位置添加工具条。 -this procedure was developed under the VC Windodws window interface procedures in the dialog on how the various tools to add the location of the.
Platform: | Size: 20480 | Author: xin | Hits:

[Menu controlVC.NET2003实现 在Dialog中使用Menu和Toolbar

Description: 在Dialog中使用Menu和Toolbar,VC.NET2003,WINXP下调试通过-use Menu and Toolbar, VC.NET2003. debug through WINXP
Platform: | Size: 27648 | Author: 冷泠 | Hits:

[ToolBarDlgMenuToolbar

Description: 这是一个介绍如何在对话框中添加菜单和工具条的例子。-This is a dialog on how to add menus and tools of the examples.
Platform: | Size: 55296 | Author: 倪军 | Hits:

[GUI DevelopMenu_Dialog

Description: MFC编程中,在对话框上实现菜单栏和工具栏,-MFC programming, in the dialog box on the menu bar and achieve toolbar,
Platform: | Size: 19456 | Author: 王守成 | Hits:

[GUI Developtoolbardialog

Description: 实现了在对话框上加入工具条,使对话框具有了更漂亮的界面-achieved in the dialog box to add tools, so the dialog is a more beautiful interface
Platform: | Size: 32768 | Author: jinlong | Hits:

[OtherMTToDlg

Description: 1>Put Menu and ToolBar into Dialog 2>Show Tips for ToolBar when cursor-1> Put Menu and ToolBar into Dialog2> Show Tips for ToolBar when cursor
Platform: | Size: 115712 | Author: 米晨阳 | Hits:

[OtherDialogMenuandToolbar

Description: 在Dialog中使用Menu和Toolbar,这个是基于对话框工程下添加工具栏的例子,对界面编程很有用,我的工程设计也受益于该例子!希望对大家有帮助-in use Menu and Toolbar, The project is based on the dialog box under the Tools column added examples of useful programming interface, I also design the projects benefiting from the example! We hope to help
Platform: | Size: 34816 | Author: 白冰 | Hits:

[Dialog_WindowtoolbarInDialog

Description: 在对话框中实现工具条的样板代码 本人自己编写 供网友参考-in the dialog box tool to achieve the model code of my own preparation for the netizens reference
Platform: | Size: 28672 | Author: 樊智勤 | Hits:

[Dialog_Windowtoolbardialog_src

Description: 本程序开发了一个对话框工据条,如有不足请多指教-This procedure developed a dialog box works, according to article, please advise if there is insufficient
Platform: | Size: 7168 | Author: 高修成 | Hits:

[Dialog_Windowdialogwithbars

Description: 对于MFC Dialog based application, 如何加入工具条和状态条一直是个很大的难题。本程序增加了DlgBars Class and ModelessDlg Class 和使用例子。在VC2003下编译成功。 -For MFC Dialog based application, how to join the Toolbar and Status bar has been a very big problem. This procedure increased the DlgBars Class and ModelessDlg Class and the use of examples. VC2003 compiler success in the next.
Platform: | Size: 64512 | Author: Sam YU | Hits:

[ToolBartoolbar

Description: 滑出式工具条,其实就是一个对话框。可以使得用户获得最大的客户区。-Slide-out tool bar, in fact, is a dialog box. Make it possible for users to access the district s largest customer.
Platform: | Size: 4096 | Author: 陈长江 | Hits:

[ToolBarToolBar

Description: 对话框中可浮动的工具条 MFC对话框中好像不支持浮动的工具条(我用MFC提供的方法没实现),后来自己借用网上的一些开源代码,跟同事一起实现了一个,感谢下。希望对你有用-Dialog box can be a floating toolbar MFC dialog box does not seem to support the floating tool bar (I use the MFC did not provide ways to realize), then their use of some open source code online with colleagues to achieve one, thanks to the next. Hope that useful to you
Platform: | Size: 39936 | Author: hutu | Hits:

[Dialog_Windowdialog_toolbar

Description: 此程序系简单的实现窗口的工具栏的编写,而且简单容易实现-This procedure the Department of simple window toolbar realize the preparation, but also simple and easy to achieve
Platform: | Size: 30720 | Author: zhuguiqin | Hits:

[Dialog_WindowDialog

Description: VC的dialog学习,你可以看看简单的很-you can see the samople code to study the dialog
Platform: | Size: 5328896 | Author: chentao | Hits:

[Dialog_Windowduihuakuangshangjiagongjulan

Description: Dialog box to add similar buttons on the toolbar will help increase the aesthetics of the dialog box!
Platform: | Size: 1876992 | Author: 张忠 | Hits:

[ToolBarToolBar

Description: vc++向对话框的工具栏添加图标,图标是位图,可以是外部图片,-vc++ dialog box toolbar to add the icon, the icon is a bitmap, which can be external images,
Platform: | Size: 3873792 | Author: | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net