-
-
-
XPStyleGUI.zip
一组XP界面效果.
ComboBox只做了DropDown风格,谁有兴趣可以接着做完.Button是国外一个朋友的WTL code转换来的,CLineTrackBar是I See源码的扩展
-
-
XButtonXP_demo.zip
Looking around for a theme-aware toggle button that could display text and an icon, I could not find one, so XButtonXP is the result: a pushbutton that can also be a toggle button, and can display an icon and/or text.
-
-
-
PList.rar
一个属性控件,含有checkbox,button,edit,combobox等多种子控件
-
ActiveXShadeButton.zip
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 MFC ...
-
Shequ_Mis.rar
... :
在程序运行过程中,能够动态生成若干个组件(如:Button,CheckBox,TreeView)
-
Flat.rar
一个按钮控件,
用法:
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)
-