搜索资源列表
ownerdrawbutton.zip
- Owner Draw Button Step-by-Step
draw-colorlb
- UNZIP with directory preservation. This sample contains long file names. Uploaded on 24 April, 2000. The COLORLB sample shows how to implement an owner-draw list box. The box is drawn LBS_OWNERDRAWFIXED and also uses the LBS_HASSTRINGS style. The box
dock_window_demo
- A Powerfull Ownerdraw Menu A fully featured owner-draw menu class CMenuXP is a class derived from CMenu using ownerdraw technology. I named it MenuXP because I expected it to be like the menus found in Office XP and Windows XP, but I failed to a
ActiveXShadeButton
- There are many owner-draw button written using C++ and the MFC classes. There a lso many ActiveX controls, mostly written in Visual Basic. While with C++ you can easily use both the MFC and the OCX controls, with Visual Basic you need to convert the
Flat
- 一个按钮控件, 用法: OnInitDialog() 构框,去owner draw 属性 m_btnLamp256.SubclassDlgItem(IDC_LAMP256, this) m_btnLamp256.SetIcon(IDI_LAMP256, IDI_LAMP2) // Don t draw border for this button m_btnLamp256.DrawBorder(FALSE) -a button control, us
projects
- The COLORLB sample shows how to implement an owner-draw list box.
MultiImageViewer
- This applet demonstrates:1、receiving multiple files from a drag-drop operation 2、being a drag-drop source 3、optimizing the viewer for performance--creating thumbnails on the fly and owner draw issues 4、usability issues--changing image and form sizes
xpbuttons
- 如果你希望能够在自己的程序中表现出新意,那么你一定不会仅仅满足于MFC提供那些标准控件。这时,我们就必须自己另外多做些工作了。就改变控件外观这一点来说,主要是利用控件的自绘功能(Owner Draw)实现的。本篇将和各位一起定义一个XP风格的CXPButton按钮类,目的不在于介绍CXPButton类的使用技巧,而在于向各位阐述实现自绘按钮的方法。当然如果你觉得CXPButton有用的话,也可以把它的源文件保存下来,直接加入到自己的项目中。-if you hope to be able to o
XGlyphButton_demo
- XGlyphButton - a simple image button control XGlyphButton is a simple CButton-based control that allows you to display an image without the need for owner-draw control.
ColoredButton_demo
- A problem with push button controls is that you cannot change the default drawing colors. WM_CTLCOLOR does not work for push buttons. The only way to use other colors for a push buttons is to use an owner-draw button and do the drawing by yourself.
ODBaseBtn
- Owner Draw Button Helper Class An intermediate class to create owner draw buttons
CPushPinButtonv1.21
- CPushPinButton类继承于CButton类,功能是完成一个图钉按钮的效果。就像VC++中一个控件的属性对话框中的那个图钉按钮。 类的使用步骤: 1.在工程中加入PushPin.cpp和PushPin.h两个文件,并且在需要用到这个类的文件中加入#include \"PushPin.h\"语句。 2.确保工程中加入了图片IDB_PUSHPIN或者IDB_PUSHPIN_HELP 3.在对话框中加入一个按钮,设置owner-draw属性,大小不限。 4.使用Classwizard定义一个按
ListCtrl
- 背景:我用一个CListBox派生类实现宿主(owner-draw)列表框,这个列表框的项目宽度超过了列表框本身的宽度,因此当鼠标指针指向大宽度的列表框项时,我想显示一个类似Toolbar的提示窗口,在窗口中显示完整的列表框项目文本...
coolsb 一个很酷的自画滚动条
- 一个很酷的自画滚动条,值得参考,推荐下载,-A cool scrolling bar of owner draw,recommend!
ListBoxCHDemo.zip
- 漂亮的ListBox自绘控件,支持图片显示!且有修改ListBox的Item高度功能!,beautiful listbox owner draw control! With item height size and background picture
GenMFC
- 一个自画进度条,比较漂亮,-A progress bar of owner draw,beautiful!
ExtendListBox
- 一个CListBox扩展类,可以实现ListBox各行颜色不同,并且可以设置不可选择项。注:ListBox属性必须:Owner draw:Variable,Has strings选项打钩。-CListBox expand a category, you can achieve different color lines ListBox, and can not select items can be set. Note: ListBox properties must be: Owner dra
SelfDrawButton
- Windows ce下自绘按钮的实现,具有XP风格-owner draw button in wince
ownerdrawbutton
- Owner Draw Button Step-by-Step-Owner Draw Button Step-by-Step
Ownerdrawmenu
- owner draw menu 对初学者有益-owner draw menu