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

Search list

[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:

[Dialog_WindowDlgDialogBar

Description: 在基于对话框的MFC程序中加入对话框条-based on the MFC dialog process of accession to the dialog
Platform: | Size: 13312 | Author: 阿九 | Hits:

[VC/MFCMFC 教程

Description: MFC教程,所有使用MFC的开发人员必看的一本书,是能理解掌握《MFC深入浅出》垫脚石-MFC Guide, all using MFC developers Watchable of a book that can understand and grasp the "MFC easy" stepping stone
Platform: | Size: 625664 | Author: 周文 | Hits:

[GIS programblc

Description: 这是个GIS程序,能够实现比例尺放大、缩小、全屏显示,以及在状态栏显示时间和鼠标位置,以及自建一个CDIALOGBAR,来实现画笔的线形和粗细。-This is a GIS procedures, the scale can be achieved to zoom, full-screen display, and the status bar shows the time and location of the mouse, and a self CDIALOGBAR to achieve the linear brush and thickness.
Platform: | Size: 5031936 | Author: 张泽峰 | Hits:

[GDI-BitmapExam06_02

Description: 一个基于对话框的应用程序,CDialogBar类用法-This is an application project to show you how to use the CDialogBar class. It is based on Dialog project.
Platform: | Size: 1998848 | Author: 刘奎 | Hits:

[GIS programenlarge

Description: 这是个GIS程序,能够实现比例尺放大、缩小、全屏显示,以及在状态栏显示时间和鼠标位置,以及自建一个CDIALOGBAR,来实现画笔的线形和粗细。-This is a GIS procedures, the scale can be achieved to zoom, full-screen, and in the status bar shows the time and location of the mouse, and a self CDIALOGBAR. to achieve the linear brush and thickness.
Platform: | Size: 45056 | Author: 夏小雨 | Hits:

[Dialog_WindowCoolDialogBar

Description: CCoolDialogBar提供了很好的浮动窗口特性,在此基础上派生的类可以保留这些窗口特性,并在窗口中增加自己的特性-CCoolDialogBar provided a good characteristics of the floating window, on this basis derived class can retain these properties window, and in the window to increase their own identity
Platform: | Size: 68608 | Author: yulei | Hits:

[Dialog_WindowDockingCoolDialogBar

Description: 一个停靠窗口类,可以使窗口停靠在任意位置-a docked window category, so that the window can be docked at any location
Platform: | Size: 36864 | Author: wanilyer | Hits:

[Dialog_Windowestablishdialogbarr

Description: 创建对话条.此程序为一个创建对话条的实例,供大家学习参考.-creation of the dialogue. The procedure for creating a dialogue of the example for all to study reference.
Platform: | Size: 41984 | Author: wangshibo | Hits:

[Otherwyblc

Description: 这是个GIS程序,能够实现比例尺放大、缩小、全屏显示,以及在状态栏显示时间和鼠标位置,以及自建一个CDIALOGBAR,来实现画笔的线形和粗细。-This is a GIS procedures, Large scale can be achieved, narrow, full-screen, and the status bar shows the time and location of the mouse, and a self CDIALOGBAR. brush to achieve the linear and thickness.
Platform: | Size: 45056 | Author: muying | Hits:

[source in ebooktest2

Description: 根据《VC++6.0 用户界面制作技术与应用实例》写的一些代码,主要功能有无模式对话框、切分窗口、CDialogBar等一些基本界面操作,比较初级-According to
Platform: | Size: 2112512 | Author: 文聪 | Hits:

[ToolBarParseTool_DLGBARGOOD

Description: 一个在单文档单视图中使用CDialogBar实现的工具条,在这个工具条上放有编辑控件;可以用于实现类似Excel的功能;-A single view in a single document using the toolbar CDialogBar realize, in this release have edit control toolbar can be used to realize a similar Excel functions
Platform: | Size: 25600 | Author: 人民币 | Hits:

[GIS programDerivedDlgBar_demo.ZIP

Description: 主要使用CDialogBar来做为面板,使用了风格按钮,是学习VC的好例子-The main use for the panel CDialogBar to do, use the Style button, and is a good example of learning VC
Platform: | Size: 37888 | Author: 熊瑛 | Hits:

[OtherClock

Description: 用DIALOGBAR做的时钟控件 MFC AppWizard 单文档程序-DIALOGBAR the clock to do with MFC AppWizard Single Document control procedures
Platform: | Size: 43008 | Author: 王应旭 | Hits:

[Othericon-draw

Description: 这是写得第二个比较大的小程序,主要是基于dialogbar,实现一个实时画图显示的小程序。你在dialogbar中选择颜色,然后在view里面画图,view里面的每一个小格对应于缩略图中的一个像素,可以实时更新显示。这个程序的主要目的是基于如何画图,以及dialogbar的使用和指针的一些用法。-This is written in a second relatively large small procedures, mainly based on dialogbar, the realization of a real-time drawing shows a small program. Dialogbar you choose the color, and then drawing in the view inside, view inside each cell corresponds to a small thumbnail of one of the pixels, can display real-time updates. The main purpose of this procedure is based on how the drawing, as well as the use and dialogbar some usage guidelines.
Platform: | Size: 59392 | Author: ivan | Hits:

[GDI-BitmapPaint

Description: windows绘图,使用toolbar和dialogbar-windows paint,using tool bar and dialog bar
Platform: | Size: 2455552 | Author: archmager | Hits:

[Windows Developdialogueinclient

Description: 在客户区显示对话框,不是用dialogbar,有的时候会很有用-The client display the dialog box, instead of dialogbar, sometimes it would be useful
Platform: | Size: 39936 | Author: 李寿涛 | Hits:

[Software EngineeringDlgDialogBar

Description: 本程序演示如何在VC++的对话框中程序中插入DialogBar功能,这也是大家常用的功能之一,有些新手刚开始会不知所措,通过这个例子你会了解更多关于这方面的技巧 -This program demonstrates how VC++ dialog program to insert DialogBar function, which is one of the functions we used, some new to the beginning will know what to do, by this example you will learn more about this technique
Platform: | Size: 13312 | Author: 小彭 | Hits:

[Windows DevelopControlBar

Description: 本程序为WINDOWS编程的一个实现,是窗口类控制条的实例-This program is a WINDOWS program implementation is the control bar window class instance
Platform: | Size: 141312 | Author: 林立 | Hits:

[OtherEnglishL

Description: 实现背单词工程MainFrame(含菜单栏),左右两个View切分,顶部一个DialogBar,一个Overlapped类型的对话框;运行程序弹出“我要背单词”窗口,初始化两个View, 正确读入文件填充两个ListControl(左边读入单词以及“Yes/No”的状态,右边仅读入状态为No的单词);菜单栏“打开”将wordlist.txt文件中所有单词加入到左ListControl中,同时状态为“No”的单词加入到右ListControl中;选中左侧的一项或几项单词,点击“需要背”,使其加入右侧列表中同时状态改为“No”, 选中右侧的一项或几项单词,点击“我会了”,使其加入左侧列表中同时状态改为“Yes”;在顶部编辑框内输入单词点击“译文”或者双击ListControl列表中的某项单词,则弹窗显示译文以实现查字典功能 -Works to achieve the word back MainFrame (including the menu bar), segmentation of left and right View, the top of a DialogBar, an Overlapped Types of dialog boxes run the program pop-up "I want to back the word" window, initialize the two View, Read the file correctly filled two ListControl (on the left to read the word, and "Yes/No" in the state, the right to read only a single state No Words) menu bar "open" to wordlist.txt file to the left ListControl all the words, the same status as the "No" in the ListControl the word to the right select one or more words in the left, click on the "need to back", to join the list with the right When the status changed to "No", select one or more of the right of the word, click on "I will," and it joined the list on the left while the state changed For the "Yes" in the top edit box type the word click on the "translation" or double-click a word ListControl list, then pop 。Show translation dictionary functions to achieve
Platform: | Size: 3730432 | Author: 廖瑶 | Hits:
« 1 2 34 »

CodeBus www.codebus.net