-
为ie增加按钮,vb源码,需要自己生成exe文件,
为ie增加按钮,vb源码,需要自己生成exe文件,-Additional buttons for ie
- 2022-11-02 23:20:03下载
- 积分:1
-
是否为你的EDIT控件设置成为只读属性那个灰色的背景色不合你的程序整体布局而烦恼了...
是否为你的EDIT控件设置成为只读属性那个灰色的背景色不合你的程序整体布局而烦恼了-whether your EDIT Controls set to read-only attribute that gray background color of your substandard procedures and the overall layout of trouble
- 2022-03-02 18:32:44下载
- 积分:1
-
这个程序中包含多种位图按钮,适合学习界面按钮的设计,程序也并不复杂,相信很容易看懂的...
这个程序中包含多种位图按钮,适合学习界面按钮的设计,程序也并不复杂,相信很容易看懂的-The program includes a variety of bitmap button, the button interface is suitable to study the design, the procedures are not complicated, I believe that is easy to understand the
- 2022-12-29 00:55:04下载
- 积分:1
-
Here is an XP
Here is an XP-style Button. It works on all windows OSs: 95/98/Me/NT/W2K/XP. No subclassing etc is needed to use this control - it s just a plain simple button control. This code is a modified form of the OCX code I recently saw on codeguru. The button code was for an ActiveX control. I created this CButton derived class with latest Microsoft s sponsored CCP technology (Cut-Copy-Paste).-Here is an XP-style Button. It works on all windows OSs: 95/98/Me/NT/W2K/XP. No subclassing etc is needed to use this control- it s just a plain simple button control. This code is a modified form of the OCX code I recently saw on codeguru. The button code was for an ActiveX control. I created this CButton derived class with latest Microsoft s sponsored CCP technology (Cut-Copy-Paste).
- 2022-01-31 08:46:53下载
- 积分:1
-
msn登录的源文件哦,很完整的。大家借鉴一下
msn登录的源文件哦,很完整的。大家借鉴一下-msn logged the source document Oh, very complete. What we learn from
- 2022-02-12 20:50:53下载
- 积分:1
-
颜色按钮控件,实现多种风格颜色,比较简单的改变button颜色的方法...
颜色按钮控件,实现多种风格颜色,比较简单的改变button颜色的方法-color button controls, to achieve a variety of styles colors, relatively simple changes in the color of button method
- 2022-03-11 06:19:05下载
- 积分:1
-
Add a system menu, use the system menu can be enabled or prohibited to minimize...
增加一个系统菜单,利用这个系统菜单可以启用或禁止最小化最大化和关闭按键。-Add a system menu, use the system menu can be enabled or prohibited to minimize maximize and close buttons.
- 2022-03-22 18:01:20下载
- 积分:1
-
使用API做的自绘制按钮,可根据需要改写,可复用代码,建议先看懂。有疑问请联系作者:zcq108@126.com...
使用API做的自绘制按钮,可根据需要改写,可复用代码,建议先看懂。有疑问请联系作者:zcq108@126.com-using API to make a Button,you can change it if you need ,extend code ,suggeste you to see it. if you have a question ,you can contact the code maker.
- 2022-01-26 07:49:58下载
- 积分:1
-
用vb实现ComboBox控件的自动查询技术,一个经典例子极具参考价值...
用vb实现ComboBox控件的自动查询技术,一个经典例子极具参考价值-with vb achieve ComboBox control automatic query technology, a classic example of great reference value
- 2022-01-29 02:22: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