-
可以实现任意形状的按钮,贡献出源代码,大出血,大奉献,大家随便下载...
可以实现任意形状的按钮,贡献出源代码,大出血,大奉献,大家随便下载-Can realize arbitrary-shaped button, the contribution of source code, massive, big dedication, everyone just download
- 2023-03-16 17:15:04下载
- 积分:1
-
delphi6.0 very user
非常好用的delphi6.0控件,解压缩就可以使用。-delphi6.0 very user-friendly controls, decompress it can be used.
- 2022-03-12 22:08:08下载
- 积分:1
-
a another simple dialog
a another simple dialog
- 2022-06-02 21:53:55下载
- 积分:1
-
This is a spring game's source code, is to use vc development, a great deal...
这是一个跳起游戏的源代码,是用vc开发 的,很有研究价值,-This is a spring game"s source code, is to use vc development, a great deal of research value
- 2023-08-01 00:20:03下载
- 积分:1
-
随便解压,使用简单vc中的按钮控件如果想学习VC的同学都可以为看一看...
随便解压,使用简单vc中的按钮控件如果想学习VC的同学都可以为看一看-casually extract, the use of simple vc button controls VC want to learn if the students can look at the thought that
- 2022-03-18 20:35:10下载
- 积分:1
-
CButton CHotButton category is a kind of sub
CHotButton类是CButton类的一个子类,可以在按钮的右边实现一个“热”区-CButton CHotButton category is a kind of sub-category the buttons on the right side of the realization of a "hot" zone
- 2022-03-14 03:06:23下载
- 积分: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
-
这是一个具有XP风格的按钮控件,使用C#编写,模仿的还是不错的。...
这是一个具有XP风格的按钮控件,使用C#编写,模仿的还是不错的。-This is a XP-style button controls, the use of C#, copying or good.
- 2022-06-20 14:59:32下载
- 积分:1
-
可以为在按钮上增加图标,定义了一个派生于Cbutton类的新类CButtonST...
可以为在按钮上增加图标,定义了一个派生于Cbutton类的新类CButtonST
-Can be added to the button icon, derived from the definition of a new class Cbutton category CButtonST
- 2022-03-24 16:38:51下载
- 积分:1
-
使用ndis中间层,用vc编的简单防火墙程序
使用ndis中间层,用vc编的简单防火墙程序 -use NDIS intermediate layer using vc series of simple procedures for the use of firewall NDIS intermediate layer using vc series of simple procedures firewa
- 2022-02-11 21:37:02下载
- 积分:1