搜索资源列表
CarPcPanel
- 基于EVC的基本对话框,用来在PDA中实现系统的HomePage和工具栏。其中的图形按钮用到了EVC中的CBitmapButton-based on the basic dialog EVC used in the PDA system to achieve the HomePage and the toolbar. The graphics buttons used in the EVC CBitmapButton
Pad
- 一个写字板应用程序,主要介绍多文档模板的程序框架,启动屏,快捷工具栏,状态栏的相关知识。-a tablet applications, introduced Multi-document template framework of the procedure, starting screen, fast toolbar, state column related knowledge.
testToolBar
- 如何添加文件位图资源,使用256色以上位图工具栏上图片。-how to add bitmap resources documents, the use of more than 256 color bitmap picture on the toolbar.
chengxudai
- 例子代码:如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法,增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条,如何为应用程序添加启动画面 比较基础,给学习VC的朋友.-code examples : MFC AppWizard how to amend the framework Generation Wizard process and the a
ColorFormView_src
- 基于单文档视图结架,添加工具栏的示例,对初学者起个启示作用-based on single-file View Guitar, add toolbars example, the right to take a beginners inspiration
TEST
- 自己开发的一个绘图程序,自定义了工具栏,可以绘制直线,矩形,圆等图形,还可以对图形进行放缩处理。
利用CDialogBar来实现类似工具栏的浮动条
- 利用CDialogBar来实现类似工具栏的浮动条-CDialogBar use similar tools to achieve the floating of the column
DialogandToolbar
- 对话框上加工具栏,可以加上自己比较个性的工具栏,
bardemo
- 用VC开发的一个窗口,其工具栏和状态栏可自动停靠,希望对大家有帮助。
FullWwindowView
- 一个能切换为全屏幕显示曲线的程序,全屏时没有菜单栏工具栏,适合仪器界面!
dialog_float_tool
- 在MFC的对话框内添加浮动工具栏,不错。
在窗口框的DOCK工具栏上面放置标志
- 在窗口框的DOCK工具栏上面放置标志,visual c++ 界面编程-window frame in the toolbar above DOCK placed signs, visual programming interface c
需要在水平方向上左右滚动的工具栏
- 一个可以实现在水平方向左右滚动的工具条,通过点击左右箭头即可实现滚动功能。-one can be achieved in the horizontal direction rolling around the tools, by clicking on the arrows around the rolling function can be realized.
3
- 在对话框中创建菜单、状态栏、工具栏。其中工具栏采用大图标按钮实现-In the dialog box to create menus, status bar, toolbar. One button on the toolbar to achieve with large icons
customize_dialog
- 定制的Windows常见文件打开对话框 定制的共同文件打开对话框的目标如下: 启动在某一理想的目录,指定的客户端。 只显示文件夹目录中,而不是文件。 隐藏的两个按钮的工具栏,使用户无法提升之一层级或创建一个新文件夹。 使组合框顶部的对话框,显示当前文件夹只读,因此,用户可能不会选择另一个目录从这里。 防止用户更改目录时,用户类型的不同的路径在编辑框底部的对话框。包括通配符字符-Customized Windows Common File Open dialog
TOOLBAR_IN_DLG
- 在对话框中使用工具栏,一共有3个程序,分别使用了3中方法-3 PROGRAMS TO ILLUSTRATED TOOLBAR USING FOR DIALOG
Add_Toolbar_To_Dialog
- 为对话框加载工具栏按钮的VC源代码,希望对学习VC界面编程的学习者有所帮助。-As dialog box, add a toolbar button, VC source code, want to learn VC interface programming learners help.
gongjulan
- VC让对话框上面附有工具栏,而且此工具栏点击之后可以执行相关功能-VC with the dialog above the toolbar, and then click on the tool bar to perform related functions
VC
- vc界面编程总结.拥有美丽的外观,软件就成功了一半。界面由控件、工具栏、菜单、窗体等元素组成,对他们进行美化就能得到一个美丽的界面。-vc interface program summary. has a beautiful appearance, the software is half the battle. Interface from the controls, toolbars, menus, forms and other elements of the landscaping th
VC++创建浮动工具栏窗口源码
- VC++创建浮动工具栏窗口源码 可供参考