-
这是一个彩色进度条的例子,你想在程序中显示一个漂亮的进度条么,赶快下载吧...
这是一个彩色进度条的例子,你想在程序中显示一个漂亮的进度条么,赶快下载吧-This is a colorful example of the progress that you want to procedures in a beautiful display of the progress of Mody, it quickly download
- 2022-07-23 16:24:21下载
- 积分:1
-
该代码提供了很好的类型buttonST类的按钮类,中包含位图按钮,图标按钮,三态按钮,check按钮等,可以绘制按钮背景...
该代码提供了很好的类型buttonST类的按钮类,中包含位图按钮,图标按钮,三态按钮,check按钮等,可以绘制按钮背景-the code provides a very excellent button class named buttonST, including bitmap-button, icon-button, three-statements-button, check-button and so on.You can specified your button background yourslef. That sounds cool........
- 2022-02-14 17:54:24下载
- 积分:1
-
在toolbar上使用bitmap做背景
在toolbar上使用bitmap做背景-use the toolbar to do background bitmap
- 2022-02-14 18:30:23下载
- 积分:1
-
TabControl的使用Demo,演示了以对话框为子窗口建立多个Tab页的方法...
TabControl的使用Demo,演示了以对话框为子窗口建立多个Tab页的方法-TabControl use Demo to demonstrate the son of a dialog window to create a number of pages of the Tab
- 2022-07-27 18:00:43下载
- 积分:1
-
这是一个从CListCtrl派生的类,使你可以方便地在你的列表控件中加入Drag & Drop支持...
这是一个从CListCtrl派生的类,使你可以方便地在你的列表控件中加入Drag & Drop支持-CListCtrl derived from the class, so you can conveniently in your Control List to add support for Drag Drop
- 2022-02-28 09:47:30下载
- 积分:1
-
适合光盘出租小店的,光盘出租管理软件,我也是从别的地方下载的,...
适合光盘出租小店的,光盘出租管理软件,我也是从别的地方下载的,-rental shop for the CD, CD-ROM rental management software, I also downloaded from elsewhere.
- 2022-08-22 11:17:58下载
- 积分:1
-
这是一个用按钮来控制小女孩跳舞的速度的程序实例.
这是一个用按钮来控制小女孩跳舞的速度的程序实例.-This is a button used to control the girl to dance speed examples of procedures.
- 2022-02-02 14:02:26下载
- 积分: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
-
一个可以通过搜索网上歌词的程序
是经过一个网址发现的!
一个可以通过搜索网上歌词的程序
是经过一个网址发现的!-an online search through the lyrics procedures have found a website!
- 2022-08-31 15:00:03下载
- 积分:1
-
不规则的按钮显示
不规则的按钮显示-irregular button shows
- 2022-01-25 18:21:07下载
- 积分:1