-
一个好的颜色选择按钮控件
一个不错的颜色选择按钮控件-a good color choice button controls
- 2022-01-25 22:27:27下载
- 积分:1
-
vb.net编程开发很不错的我喜欢,我感觉太好可
vb.net编程开发很不错的我喜欢,我感觉太好可-I think it is very good
- 2023-02-17 20:30:03下载
- 积分:1
-
Delphi6.0非常用户
非常好用的delphi6.0控件,解压缩就可以使用。-delphi6.0 very user-friendly controls, decompress it can be used.
- 2023-04-12 23:15:02下载
- 积分:1
-
一个很好的Button类 很好很好 很好很好
一个很好的Button类 很好很好 很好很好-Button a very good very good very good very good very good category
- 2022-11-15 06:45:03下载
- 积分:1
-
一个显示杨辉三角形的源程序! 输入前N行,可显示!
一个显示杨辉三角形的源程序! 输入前N行,可显示!-a triangle shows the source code! Before the N line input, display!
- 2023-03-14 01:40:03下载
- 积分:1
-
shadow effect with the control button
带有阴影效果的按钮控件-shadow effect with the control button
- 2022-01-27 09:52:38下载
- 积分:1
-
一个很好的文件夹类
一个很好的文件夹类-a good folder category
- 2022-06-15 10:03:34下载
- 积分:1
-
zhuan zai VC++专用,网上收集整理,版权归原作者,请注意
zhuan zai VC++专用,网上收集整理,版权归原作者,请注意-zhuan zai VC++ dedicated, on-line collection, belongs to original author, please note
- 2022-06-20 12:47:26下载
- 积分: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
-
Abroad written by a master process, realize the Word of color choice, the princi...
国外的一个高手写的程序,实现了Word中的颜色选择,原理就是一个按钮和一个探出式窗口-Abroad written by a master process, realize the Word of color choice, the principle is a button and a pop-out
- 2022-07-20 14:57:21下载
- 积分:1