-
cbuttonssl现在已被广泛应用于实际产品,一直这样…
CButtonSSL has now been used extensively in a real product and has such has been through the mill a fair bit on the testing side. Thankfully this has given me time to find and fix these problems, too.
- 2022-10-31 20:15:03下载
- 积分:1
-
非常COOL的按钮控件
非常COOL的按钮控件-very COOL button controls
- 2023-08-24 14:20:03下载
- 积分:1
-
很不错的自绘按钮类,不仅是圆形还,可以粘贴图片。
很不错的自绘按钮类,不仅是圆形还,可以粘贴图片。-Very good self-drawn button class, not only round also, you can paste the picture.
- 2022-04-24 22:34:20下载
- 积分:1
-
一个3D的控件,显示3D的菜单和图标,界面比较好
一个3D的控件,显示3D的菜单和图标,界面比较好-a 3D controls, showing 3D menu and icon, better interface
- 2022-03-04 05:44:34下载
- 积分: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
-
给用户的方式重新排列控件,控件添加没有WR…
给使用者一个重新排列控件的方法,添加控件而不用为新添加的控件写移动代码,我都代办了.控件可以随意拖动,我希望可以成为以后程序都具备的功能-Give the user a way to rearrange the controls, add controls without having to write for the new controls to add mobile code, I have had agency. Controls are free to drag, I hope I can become part of the program are available features
- 2022-01-23 11:16:35下载
- 积分:1
-
LabVIEW的USB接口
RS232 To usb for LabVIEW
- 2022-03-07 06:14:58下载
- 积分:1
-
简单的俄罗斯方块小游戏,利用visua c++6.0写成,模拟实现平时的掌上游戏机的。...
简单的俄罗斯方块小游戏,利用visua c++6.0写成,模拟实现平时的掌上游戏机的。-simple small box of the Russian game, using 6.0 visua c languages, Simulation peacetime handheld video games.
- 2022-03-12 00:52:00下载
- 积分:1
-
DOS 下Borlandc 里立体Button的实现,
包括按钮label,
DOS 下Borlandc 里立体Button的实现,
包括按钮label,-DOS under Borlandc in the realization of three-dimensional Button, including the button label,
- 2022-01-26 05:52:36下载
- 积分:1
-
动态加载BMP图片到BUTTON上,用VS2003开发!
动态加载BMP图片到BUTTON上,用VS2003开发!-Dynamic load BMP images to BUTTON, the use of VS2003 development!
- 2022-03-15 12:30:06下载
- 积分:1