搜索资源列表
CToolBar
- 向对话框类中添加工具栏 在文档/视图结构中,添加工具栏是非常方便的,但在基于对话框的应用程序中,就稍稍复杂一点了。通常情况下,向对话框中添加工具栏有两种方法。 第一种方法: 特点: ① 使用CToolBar类,可以装载工具栏资源。 ② 代码编写简单方便。 第二种方法: 特点: ① 使用CToolBarCtrl类,必须与CImageList类联合使用。 ② 可以支持真彩色(32位)图标。 -Add a toolbar to the dialog class
MenuToolbar
- 在Dialog中使用Menu和Toolbar-Menu and Toolbar in Dialog
TeeChar1
- vs2010对话框设置的工具栏上就有许多控件了,若想把我们常用的控件也加到工具栏上以后使用就很方便了,下面说的这种方法就是把控件加入工具栏里。方便以后的调用-After the vs2010 settings dialog toolbar, there are many controls, and if you want to put our common controls are added to the toolbar, very convenient to use the followin