-
鼠标控制演示。提供了一个鼠标控制的类,包括移动、限制隐藏等功能...
鼠标控制演示。提供了一个鼠标控制的类,包括移动、限制隐藏等功能-mouse control demonstration. For a mouse-controlled categories, including mobile, hidden features such as restrictions
- 2023-03-15 12:55:04下载
- 积分:1
-
本程序是是一个进度条编程的的VC源代码,已经编译通过。
本程序是是一个进度条编程的的VC源代码,已经编译通过。-this is a process of progress in the VC program source code, compile.
- 2022-10-06 19:15:03下载
- 积分:1
-
A FTPServer procedure writes which with IdFTPServer may
facilitate FTP the compi...
用IdFTPServer写的一个FTPServer程序
可以方便FTP的编写- A FTPServer procedure writes which with IdFTPServer may
facilitate FTP the compilation
- 2022-02-04 11:02:35下载
- 积分:1
-
ASD好下载一般磁阻位置错误可以分文件…
asd好,推荐下载 一般,勉强可用 分类位置错 文件不全 和说明完全不符 不是源代码 文件有密码,不知道密码 不能下载或解压失败-asd well download the general reluctance wrong location can be classified documents and incomplete statement is not totally incompatible source code file password, the password can not download or decompression failures
- 2022-03-16 03:07:25下载
- 积分:1
-
位图转换成图标的程序
位图转换成图标的程序 -bitmap conversion process icon
- 2022-03-18 10:40:47下载
- 积分:1
-
添加圆形按钮的小实例,可以帮助初学者快速掌握,新手必看...
添加圆形按钮的小实例,可以帮助初学者快速掌握,新手必看-Radio button to add a small example that can help beginners to grasp,新手必看
- 2022-03-26 19:14: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
-
网络安全,上网方便的使用工具。是39921上网导航为广大网友定制的网络安全工具软件。...
网络安全,上网方便的使用工具。是39921上网导航为广大网友定制的网络安全工具软件。-Network security, Internet access to facilitate the use of tools. Internet navigation is 39,921 for the general users customized network security tools.
- 2022-04-07 09:56:42下载
- 积分:1
-
续贴图发解决开关显示文章的程序源代码.rar
续贴图发解决开关显示文章的程序源代码.rar-continued mapping the address switch shows that the story of the source code. Rar
- 2023-02-07 23:40:04下载
- 积分:1
-
很好用的VB按钮控件,支持多种样式;使用gdi32直接绘制图像,效率较高。...
很好用的VB按钮控件,支持多种样式;使用gdi32直接绘制图像,效率较高。-A good button control used in VB to support a variety of styles the use of gdi32 direct rendering images, more efficient.
- 2022-11-08 23:40:03下载
- 积分:1