搜索资源列表
ownerdrawbutton.zip
- Owner Draw Button Step-by-Step
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
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
cust_button
- custum draw button use vc6.0 tool
CustomButtons.zip
- 演示各种自绘按钮,如控制颜色,形状为圆形,滚动文字,图形按钮等, Demonstrates each kind from to draw the button, like the control color, the shape is a circular, rolls the writing, the graph button and so on
SelfDrawButton
- Windows ce下自绘按钮的实现,具有XP风格-owner draw button in wince
Win32Tetris_C
- 原创Windows入门程序,直接使用Windows API编写。几乎包含了Widows入门会碰到的所有知识,像窗口、消息、菜单、工具栏、资源、对话框、计时器、自绘按钮、GDI位图操作、Windows目录操作、INI文件操作等等,拿来练下手应该会收获不少。带详细注释的源代码,开发环境是VC6,希望对你有所帮助。-Original Windows entry procedures, the preparation of the direct use of Windows API. Widows en
OwnerdrawButton
- 自绘按钮是vc中很重要的内容,本例就给出了自绘按钮的步骤及方法,让初学者很快地学会按钮自绘的方法。-Since the draw button is a very important vc content, in this case is given from the painted buttons on the steps and methods for beginners quickly learn the button from the paint method.
ownerdrawbutton
- Owner Draw Button Step-by-Step-Owner Draw Button Step-by-Step
Win32Tetris_C
- Windows入门程序,直接使用Windows API编写。几乎包含了Widows入门会碰到的所有知识,像窗口、消息、菜单、工具栏、资源、对话框、计时器、自绘按钮、GDI位图操作、Windows目录操作、INI文件操作等等,拿来练下手应该会收获不少。带详细注释的源代码,开发环境是VC6,希望对你有所帮助。-Windows entry procedures, the preparation of the direct use of Windows API. Widows entry contain
BitmapButtonStd
- Owner draw button with bitmap state
client-button
- mfc ,在客户区绘制按钮,含有鼠标进入,按下,离开 三种状态,自绘按钮入门教程。-mfc, draw the button in the client area, with the mouse to enter, press left three states, since the draw button Tutorial.
draw
- vc ++下自绘按钮的程序源代码,超酷,值得收藏-Since the draw button under vc source code, cool, worthy of collection
button
- • 申明自绘属性 • 进行VM_MESUREITEM事件响应,说明按钮的尺寸 • 进行VM_DRAWITEM消息的重新响应,说明如何绘制按钮 -the code of draw button by yourself
oner-draw-button
- orner draw button c++ orner draw button c-orner draw button c++ orner draw button c++
Since-the-draw-button
- 基于C++下的,实现XP下的自绘按钮-Based C++ under achieve self-drawn button under XP ...
self-draw-button
- 自绘制按钮,可以任意设置按钮的绘制属性。-Self draw the button, can set the button s items use self control
Button
- 自绘按钮控件,可以直接用图片作为背景,也可以在程序中设置文本和背景颜色。 文本按钮还可以设置圆角矩形背景框。 每个按钮的背景、文本都可以设置Normal、Hover、Down三种状态的不同颜色效果。图片按钮还可以设置不可用状态的显示-Since the draw button control, you can directly use the picture as a background, you can also set the text and background colors
button
- 重绘按钮,可以给按钮加图片,动态改变按钮的显示状态,适合初学者。-Draw button, you can give the button to add pictures, dynamic change button display, suitable for beginners.