-
由asp.net操作平台开发.是新手学习.net的可参考的源代码!
由asp.net操作平台开发.是新手学习.net的可参考的源代码!-from Asp. Net operating platform. Greenhorn learning. Net reference of the source code!
- 2022-07-23 11:06:39下载
- 积分:1
-
FastReport v5.3 Enterprise Full Source
FastReport 是非常强大的报表控件,相比QuickReport,ReportBuilder更加灵活,又非常小巧,速度快
用自带编译工具编译所有package,然后在xe2内加载所有LibD16*.bpl即可
- 2022-04-28 09:32:46下载
- 积分:1
-
editorial listing in the Edit selected characters, and then "transfer"...
在Edit编辑框里选中字符,然后点"传送"按钮,可在第二个edit编辑框中得到选中字符-editorial listing in the Edit selected characters, and then "transfer" button, in the second edit edit box to be selected characters
- 2022-03-09 09:59:10下载
- 积分:1
-
KeyAdapter incident KeyEvent class events
KeyAdapter类事件处理KeyEvent事件-KeyAdapter incident KeyEvent class events
- 2023-03-13 10:00:03下载
- 积分:1
-
又一个按钮代码,这是会变色的按钮,程序中有相应的位图
又一个按钮代码,这是会变色的按钮,程序中有相应的位图-also a button code, which is going to change the buttons, procedures corresponding bitmap
- 2022-07-07 23:09:10下载
- 积分:1
-
这是一个按钮空间,在VB 中使用它可以达到美观按钮的目标
这是一个按钮空间,在VB 中使用它可以达到美观按钮的目标-This is a space button, in VB can use it to achieve the goal of aesthetic buttons
- 2023-04-30 13:15:04下载
- 积分:1
-
一个用于学习单选框、复选框、静态文本框的很好的例程。
一个用于学习单选框、复选框、静态文本框的很好的例程。-a single selects for learning, check box, static text box of good routines.
- 2023-06-15 16:20:03下载
- 积分:1
-
EVC源码,生成按钮的源代码,在wince环境下开发
EVC源码,生成按钮的源代码,在wince环境下开发-EVC source to generate the source code button in wince development environment
- 2022-02-14 13:27:35下载
- 积分: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
-
MFC图标去边城许晴石勇
MFC icon de bian cheng xu qing shi yong-MFC icon de bian cheng shi yong xu qing
- 2023-08-18 09:25:03下载
- 积分:1