-
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
-
GDI函数绘制的高效,非常漂亮的自绘按扭.
GDI函数绘制的高效,非常漂亮的自绘按扭.-GDI drawing functions efficient, very beautiful painting from the buttons.
- 2023-08-05 13:15:04下载
- 积分:1
-
windows 98环境下,打开文件对话框并对选择的图片进行预览
windows 98环境下,打开文件对话框并对选择的图片进行预览-windows 98 environment, the Open File dialog box and select the picture preview
- 2022-01-25 20:42:49下载
- 积分:1
-
FastReport v5.3 Enterprise Full Source
FastReport 是非常强大的报表控件,相比QuickReport,ReportBuilder更加灵活,又非常小巧,速度快
用自带编译工具编译所有package,然后在xe2内加载所有LibD16*.bpl即可
- 2022-04-28 09:32:46下载
- 积分:1
-
更改网格行可见性
翻译 maninwest@Codeforge 作者 K K Srinivasan@CodeProject这里是如何更改网格行的可见性的技巧。背景其实,更改网格行的可见性有很多方法。这里是我自己的方法。基于布尔值更改可见性。在开始之前,了解一下可见模式可见– 控件始终在布局中并显示给用户。收起 – 控件不显示在布局中。其他控件发生布局调整。隐藏 –控件不显示但是会保留在布局中的位置。未发生调整。使用代码Step 1:我只通过我创建的演示 APP 来解释代码。定义类中的布尔属性。可以使用依赖属性或者 INotifyPropertyChanged 界面获得更改通知。这里,我将布尔属性定义为依赖属性。 public static readonly DependencyProperty SetVisibilityProperty = DependencyProperty.Register("SetVisibi lity",typeof(bool),typeof(AddWindow));
public bool SetVisibility
{
get { return (bool)this.GetValue(SetVisibilityProperty); }
set
{
SetValue(SetVisibilityPro
- 2022-06-21 19:56:48下载
- 积分:1
-
USB device to check the program can be used USB device ID and program verificati...
USB设备检查程序可以使用USB设备ID和程序验证设备
- 2023-05-13 09:45:02下载
- 积分:1
-
. net2003 environment, C# realize, and picture buttons.
.net2003环境下,C#实现的,图片按钮。-. net2003 environment, C# realize, and picture buttons.
- 2023-04-13 11:45:03下载
- 积分:1
-
plus add dynamic LOGO
加添加动态LOGO-plus add dynamic LOGO
- 2022-03-22 12:33:34下载
- 积分:1
-
在VC环境下的3D按扭
在VC环境下的3D按扭-VC environment in 3D buttons
- 2022-05-28 18:08:09下载
- 积分:1
-
A very practical type of button controls, you can achieve various of effects bu...
一个很实用的按钮控件类,可以实现各种按钮特效,里面包含了实例和其中的按钮类。对于希望能够做特色按钮的朋友们非常有用-A very practical type of button controls, you can achieve various of effects buttons.It contains examples and source code of effect buttons. It s quite useful for the friends who wish to make effect button feature.
- 2022-01-25 14:04:01下载
- 积分:1