-
Bob Carboni写的使用透明度、抗锯齿波、窗口区域等技术的按钮控件。Transparent Button with Region and Anti...
Bob Carboni写的使用透明度、抗锯齿波、窗口区域等技术的按钮控件。Transparent Button with Region and Anti-Aliased Edges-Bob Carboni was the use of transparency, anti-aliasing wave technologies such as the window region of the button control. Transparent Button with Region and Anti-Aliased Edges
- 2022-11-15 01:00:04下载
- 积分:1
-
三维凸起按钮演示小程序
三维凸起按钮演示小程序-3D button uplift small demonstration procedures
- 2022-07-12 20:00:48下载
- 积分:1
-
功能更强大的位图按钮类gif动画的加载实现
功能更强大的位图按钮类gif动画的加载实现-more powerful bitmap button type gif animation to achieve load
- 2022-05-08 03:14:33下载
- 积分: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
-
控制matlab程序中的等待条的好程序,这样你也可以利用matlab写出C语言一样的漂亮界面了。...
控制matlab程序中的等待条的好程序,这样你也可以利用matlab写出C语言一样的漂亮界面了。-control procedures for the good of the process, so you can also use the C language Matlab write like a pretty interface.
- 2022-07-12 15:02:48下载
- 积分: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
-
一个很不错的tooltip类,推荐
一个很不错的tooltip类,推荐-a very good category tooltip recommended!
- 2022-05-30 06:02:29下载
- 积分:1
-
three
立体效果位图按钮-three-dimensional effect bitmap button
- 2023-03-01 15:10:03下载
- 积分:1
-
VC实现的聊天程序
VC实现的聊天程序-the chat program
- 2022-02-26 01:45:42下载
- 积分:1
-
delphi6.0 very user
非常好用的delphi6.0控件,解压缩就可以使用。-delphi6.0 very user-friendly controls, decompress it can be used.
- 2022-07-16 21:19:32下载
- 积分:1