搜索资源列表
flttbclsbtn
- 在C++/MFC框架应用程序里,当浮动工具条被拖离主窗口后,一般都有一个“关闭”按钮。本来这个按钮完全是按照Windows应用程序的UI设计规范而设计的,也就是说所有的窗口都应该有一个地方让用户可以关闭这个窗口。-in C / MFC application framework, when the floating toolbar been towed away from the main window, usually has a "close" button. Actua
VC6_toolbar
- 6.0关于工具条的设计,包括如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。-6.0 on the tools
alldraw
- 实现全屏绘图,主界面为工具条。跟商用电子白板软件界面一样,实现基本绘图功能。界面可以用做开发参考。有详细中文注解。-To achieve full-screen graphics, the main interface for the toolbar. Whiteboard software interface with business, like the realization of the basic drawing functions. Interface can be used for
ToolbarDemo
- 工具栏定制演示程序,主要功能:1、定制工具栏;2、工具栏管理,通过上、下、左、右切换工具栏和图标按钮;3、通过定制窗口,可以把其他工具栏中图标按钮鼠标拖动动态添加到目标工具栏上-Toolbar custom demo program, the main functions: one, customized toolbar 2, toolbar management, through the upper and lower, left and right to switch the toolba
toolbar_and_stutasbar
- 这段代码介绍了工具条和状态条的开发方法,对于用户开发MFC界面具有很好的参考价值。-this code introduced the main development method of toolbar and statusbar,and it has high reference value for interface design.
toolbar
- 功能主要两块:一是分割工具条;二是控件随窗口变化而变化;另外界面比较美观,实现了并排停靠的功能。-The main two functions: First, partition toolbar control are two changes with the window another relatively attractive interface, a parallel implementation of the function call.
VClike_fixed_bugs
- 类似于VC中workspace的控件,是我从CJ60Lib库中提取出来的并做了些修改,不依赖于CJ60Lib库,能够使程序更小,而且还修复了两个重要的bug:1.程序最小化,并恢复后,子控件不重绘。2.在controlbar处于浮动状态时,主窗口得不到响应。-VC is similar to the controls in the workspace, that is how I extracted CJ60Lib library and made some changes to CJ60Lib
ScrollBarDemo
- 使用Win32 API写的简单调色板程序,主要子窗口采用滚动条,仅供学习参考-Use Win32 API to write a simple palette of programs, the main sub-windows with scroll bars, only to learn information
IECtrlBar
- 内容索引:VC/C++源码,界面编程,收藏夹 VC++仿IE右侧展开功能的窗口源码,也就是IE工具条的功能,点击收藏夹,会展开收藏夹,可随手关闭,打开后浮在右侧,至于窗口内的内容这个就看你的需要了,可以是菜单,也可以是图片,随你便了,这里主要是说菜单的实现过程 .-Content Indexing: VC/C source code, interface programming, favorites VC imitation started right IE window func
wboard-src
- CWhiteBoardView继承源码中的CWhiteBaseView的窗口类,此类为白板类,所有的画图都画在该类中。 CToolDlg继承源码中的自动隐藏类CAutoBaseDlg,此类为工具栏类,设置画笔,荧光笔等等,所有操作可以参看里面例子。 CWhiteBoardDlg为主窗口类,主要是设置全屏,创建CWhiteBoardView和CToolDlg窗口,并关联,参看相关代码。 上述是demo的使用src的说明,代码量并不多,大部分的初始化已经放到src的类里
1
- 实现地图的加载,放大,缩小,平移等功能,在鹰眼中显示,主地图与鹰眼产生联动-Loading of the map, enlarge, shrink, pan, and features such as Hawkeye in the main map and Hawkeye linkage
toolbartest
- 我见过人家的一些工具栏,各有特色,但不人性化. 基于此,我在前人的基础上作了一些改动.使其使用起来和VC中标准的CToolBar有什么两样 主要功能: 能显示24位色(含)以下的各尺寸图标 能设置背景色或背景图 1 将ToolBarEx.cpp和ToolBarEx.h加入到工程 2 在MainFrame.h中包含对ToolBarEx.h的引用 3 将原CToolBar m_wndToolBar改为CToolBarEx m_wndToolBar 4
perl_open
- perl使用win32 api来打开文件的操作。会跳出对话框。包括主程序实例和模块-perl use to open the file in win32 api operation. Dialog box will pop up. Including the main program examples and modules
FloatMenu_
- VC++制作窗口内的浮动菜单和工具栏实例,像标准的窗口菜单和工具栏类似,只不过通过处理后,菜单和工具栏可以从主窗体中分享,浮动在屏幕的任意位置,可关闭浮动菜单和工具栏,像Office软件中,类似的菜单工具条随处可见,按住菜单头部的竖条即可把菜单从主窗口中分离。-VC++ produced within the window floating menus and toolbars instance, like a standard window menu and toolbar similar,
main
- 图像处理,计算复杂二元一次方程的求解,有利于进一步处理图像分类-Calculation complex binary equation, related calculation of image processing
3D_Menu
- 一个非常棒的VB主程序界面样式,模拟转盘效果-A great VB style main interface, analog turntable effect
xaeyrjc
- 线程学习,网络编程,主要是用idhttp与网站通讯(Thread study, network programming, main is to use idhttp communications and website)
maqn
- 动态Icon 简介 这个简单的类可以允许你在你的应用程序的主窗口(Introduction of dynamic Icon This simple class allows you to in your application's main window)
