-
sstab控件,一个具有XP风格的多页面控件,可以不同样式显示
sstab控件,一个具有XP风格的多页面控件,可以不同样式显示-sstab controls, one with XP style controls more pages can show different styles
- 2022-05-07 05:26:05下载
- 积分:1
-
VC++ In word fill in forms. An example of very good, everyone can see.
VC++中进行word表格的填写。非常好的一个实例,大家可以看看。-VC++ In word fill in forms. An example of very good, everyone can see.
- 2022-07-19 12:35:11下载
- 积分:1
-
这是一个曲线或柱状的形式的真实
这是一款可以以曲线或柱状图的形式实时动态显示数据的控件。 主要特点是:支持显示浮点数、负数,显示数据范围大、可以自定义显示范围也可自动选择范围,还可锁定显示范围。-This a can of a curve or column in the form of real-time dynamic display of data control. The main features are : support shown float, negative, showing the scope of the data, since the definition can also indicate the scope of automatic choices, but also locked display area.
- 2023-07-26 23:20:07下载
- 积分:1
-
一个苹果样式的滚动条!嘿嘿,可以看一下还有许多地方要改进的啊...
一个苹果样式的滚动条!嘿嘿,可以看一下还有许多地方要改进的啊-An apple-style scroll bar! Hei hei, you can see there are many places to improve the ah
- 2022-02-15 06:23:41下载
- 积分:1
-
三维凸起按钮演示小程序
三维凸起按钮演示小程序-3D button uplift small demonstration procedures
- 2022-07-12 20:00:48下载
- 积分:1
-
这是一个TreeCtrl的派生类,与众不同的是它在项目较多的场合下重画很快。如果你对手头的控件不太满意的话,试试这个。(28KB)...
这是一个TreeCtrl的派生类,与众不同的是它在项目较多的场合下重画很快。如果你对手头的控件不太满意的话,试试这个。(28KB)-TreeCtrl This is a type of derivative, it is unusual in the number of items on the re-drawing of occasions soon. If your first opponent is not satisfied with the controls, then try this. (28KB)
- 2022-01-26 03:24:07下载
- 积分:1
-
该压缩软件可实现vc环境下扁平按钮的效果,还可以实现图片按钮...
该压缩软件可实现vc环境下扁平按钮的效果,还可以实现图片按钮
-the compression software can be realized vc environment flat button effect can also be achieved Photo button
- 2023-04-22 16:35:04下载
- 积分: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
-
vector control file convert three phase to two phase and control asychronous eng...
vector control file convert three phase to two phase and control asychronous engine
- 2022-07-10 14:07:01下载
- 积分:1
-
可以移动的按钮
可以移动的按钮-A movable button
- 2022-01-20 22:37:41下载
- 积分:1