-
这个程序中包含多种位图按钮,适合学习界面按钮的设计,程序也并不复杂,相信很容易看懂的...
这个程序中包含多种位图按钮,适合学习界面按钮的设计,程序也并不复杂,相信很容易看懂的-The program includes a variety of bitmap button, the button interface is suitable to study the design, the procedures are not complicated, I believe that is easy to understand the
- 2022-12-29 00:55:04下载
- 积分:1
-
消息对静态变量的影响,消息发送到现成上,同过一个线城
消息对静态变量的影响,消息发送到现成上,同过一个线城-news of static variables, ready to send information on the same line over a city
- 2022-01-26 05:18:40下载
- 积分:1
-
前 言 2000年上半年,Inprise公司(原Borland公司)推出了C++Builder的最新版本:C++Builder 5。C++Builder 5继承...
前 言 2000年上半年,Inprise公司(原Borland公司)推出了C++Builder的最新版本:C++Builder 5。C++Builder 5继承了以前版本的优点,并在此基础上增添了许多新的功能,比如... 图书类别:C++ Builder 图书格式:PDF 授权方式:免费版 C++ Builder核心编程技术 2005-1-12 640 ・C++Builder核心编程技术 图书类别:C++ Builder 图书格式:WDL 授权方式:免费版 跨越C++BUILDER3.0 2004-12-12 255 ・跨越C++BUILDER3.0 图书类别:C++ Builder 图书格式:PDG 授权方式: 创世纪的C++ Builder教程 2004-12-11 251 ・创世纪的C++ Builder教程-foreword first half of 2000, Inprise Company (formerly Borland) C Builder launched the latest version : C Builder 5. C Builder 5 inherited the previous version of the merits, and on this basis to add many new features, such as books ... categories : C Builder book format : PDF license : free version of the core C programming Builder 2005-1-12 640 C core Builder Programming library categories : C Builder Book Format : WDL license : free version of C leap across BUILDER3.0 2004-12-12 255 C BUILDER3.0 books category : C Builder Book Format : PDG Authorization : Genesis C Builder Guide 2004-12-11 251 Genesis C Builder Guide
- 2022-03-21 13:25:38下载
- 积分:1
-
带有图标的平面按钮,这个程序演示如何使用CButtonST类来修改按钮样式和CHyperLink类创建超链接.很漂亮...
带有图标的平面按钮,这个程序演示如何使用CButtonST类来修改按钮样式和CHyperLink类创建超链接.很漂亮-plane with the icon button This procedure shows how to use CButtonST category buttons to modify forms and category creators CHyperLink Hyperlink building. very pretty
- 2022-04-08 19:17:50下载
- 积分:1
-
自定义的圆形按钮,有多种形态。
自定义的圆形按钮,有多种形态。-Custom radio button, there are a variety of forms.
- 2023-08-08 07:05:04下载
- 积分:1
-
USB device to check the program can be used USB device ID and program verificati...
USB设备检查程序可以使用USB设备ID和程序验证设备
- 2023-05-13 09:45:02下载
- 积分:1
-
students learning management system is a reference VB procedures, we hope to lea...
学生管理系统是学习VB时的参考程序,望大家在实践中学习VB-students learning management system is a reference VB procedures, we hope to learn in practice VB
- 2022-04-16 21:34:53下载
- 积分: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
-
maccommand(mac风格控件源代码).rar
maccommand(mac风格控件源代码).rar-maccommand (mac style controls source code). Rar
- 2022-02-01 04:49:35下载
- 积分:1
-
目前为止最好的按钮类CButtonST3.8版本,推荐下载
目前为止最好的按钮类CButtonST3.8版本,推荐下载--The best button class of CButtonST3.8 version, recommend
- 2023-08-21 17:45:03下载
- 积分:1