-
VB子类化按钮,Vista样式,无图片,绘制了MouseHover和MouseLeave事件....
VB子类化按钮,Vista样式,无图片,绘制了MouseHover和MouseLeave事件.-VB subclass button, Vista style, Not use any picture, and also draw with MouseHover Event and MouseLeave Event.
- 2022-11-08 21:00:03下载
- 积分:1
-
增强版ComboBox,可以像窗口一样来拉伸。
增强版ComboBox,可以像窗口一样来拉伸。-Enhanced ComboBox, can be the same as the window to stretch.
- 2022-04-24 16:00:42下载
- 积分:1
-
transparent static text box showing the text background transparent category
透明静态文本框,显示背景透明的文本类-transparent static text box showing the text background transparent category
- 2023-07-09 09:55:02下载
- 积分:1
-
一个显示图片的BUTTON类
一个显示图片的BUTTON类- A demonstration picture BUTTON kind
- 2022-01-25 18:42:27下载
- 积分:1
-
popups.zip demonstration right
popups.zip
演示右击鼠标弹出菜单
popmenu.zip
演示右击鼠标弹出菜单
nod_popup.zip
定位弹出菜单
custmnu2.zip
画一个定制的动态菜单,使用的是Picturte Box 与PoP Menu的组合
hidemnu2.zip
用Windows API控制菜单,包括如何显示和隐藏菜单项
历史文件.zip
本程序演示了在菜单中如何用注册表实现保存和显示4 个最近打开的文件记录-popups.zip demonstration right-click pop-up menu popmenu.zip demonstration right click mouse Standard pop-up menu nod_popup.zip positioning pop-up menu painting a set custmnu2.zip the dynamic menu system, using the Picturte Box PoP Menu with a combination of W hidemnu2.zip for Windows API control menu, including how to show hidden menu items and historical documents. zip demonstration of the process from the menu how to achieve preservation registry and recently revealed four open file records
- 2023-04-23 21:00:02下载
- 积分:1
-
在mfc下制作一个gif按钮,有源码,已经在VC调试通过
在mfc下制作一个gif按钮,有源码,已经在VC调试通过-The mfc produced under a gif button, there is source code, has been adopted in the VC debugger
- 2022-03-02 01:29:53下载
- 积分:1
-
图形按钮控件,旋转按钮,在按钮上的绿色旋钮旋转…
图形按钮控件,旋转按钮,在其按钮上的绿色旋钮会跟着转动。-graphics button controls, rotating button, in his green button on the knob rotation will follow.
- 2022-03-04 18:58:58下载
- 积分:1
-
非常Cool的皮肤控件,许多类似控件的源码可能来源于此
非常Cool的皮肤控件,许多类似控件的源码可能来源于此-skin controls, similar to many of the controls may be derived from this source
- 2022-04-24 02:07:29下载
- 积分:1
-
advanced graphics buttons, VC.NET design, free resources, exchange welcome
高级图形按钮,VC.NET设计,免费资源,欢迎交流-advanced graphics buttons, VC.NET design, free resources, exchange welcome
- 2022-04-10 23:58:38下载
- 积分:1
-
the procedures introduced by a group check box to control internal controls so a...
本程序介绍一个由check组框来控制内部控件使能 在要使用的工程中添加类CCheckableGroupBox 在资源中属于这个组框的控件设置group项目 在使用的类中 坐组框的变量映射 CCheckableGroupBox m_groupD CCheckableGroupBox m_groupQ CCheckableGroupBox m_groupZ 在使用类的初始化中 m_groupZ.SetTitleStyle(BS_AUTOCHECKBOX) //Default to check box already in class m_groupZ.SetGroupID(1) m_groupQ.SetTitleStyle(BS_AUTORADIOBUTTON) m_groupQ.SetGroupID(0) m_groupQ.SetCheck(1) m_groupD.SetTitleStyle(BS_AUTORADIOBUTTON) m_groupD.SetGroupID(0) SetTitleStyle:函数中1BS_AUTOCHECKBOX:为方型框.2BS_AUTORADIOBUTTON:为原型框 SetGroupID函数:参数中为1:不用内部控件不用选择group项目,为0要选择 Setcheck函数:参数为1:enabel,为0:unenable-the procedures introduced by a group check box to control internal controls so as to enable the project to use the added category CCheckableGroupBox resources belonging to the group box set of controls group projects in the category sitting Group variable frame mapping CCheckableGroupBox m_groupD CCheckableGroupBox m_groupQ CCheckableGroupBox m_groupZ the use of the initial category m_groupZ.SetTitleS
- 2022-11-13 07:15:03下载
- 积分:1