-
一个图片管理程序;用户可以借助于该程序,在数秒钟内找到自己计算机上的图片,加以编辑并进行欣赏。...
一个图片管理程序;用户可以借助于该程序,在数秒钟内找到自己计算机上的图片,加以编辑并进行欣赏。-An image management procedures users through the program, in seconds to find their own pictures on your computer, edit and enjoy.
- 2022-04-20 03:18:30下载
- 积分:1
-
与VisualStudio中类似的列表框
在列表控件中使用多行表头
演示如何在工具条上显示平移按钮
可以显示多排标签页片的标签控件...
与VisualStudio中类似的列表框
在列表控件中使用多行表头
演示如何在工具条上显示平移按钮
可以显示多排标签页片的标签控件 -oriented JavaScript framework with a similar list in the list box control the use of multiple lines table in the first demonstration of how the translation button to the toolbar can display showed multi-tab-labeling controls
- 2022-07-15 23:33:06下载
- 积分:1
-
基于Java语言所编写的Java流程例子设计的几个源代码.
基于Java语言所编写的Java流程例子设计的几个源代码.-based on the Java language Java prepared by the process of designing several examples of source code.
- 2022-01-25 23:50:55下载
- 积分:1
-
一个可以用来可以作为仪表开关的控件(旋转开关)
一个可以用来可以作为仪表开关的控件(旋转开关)- May use for to be allowed to control as the meter switch (turn
switch)
- 2023-06-19 23:50:03下载
- 积分:1
-
该类实现按钮的五种状态, 非常方便, 使用方法请见 Code.txt 文件, 该文件很清楚的写出了该类的使用方法!...
该类实现按钮的五种状态, 非常方便, 使用方法请见 Code.txt 文件, 该文件很清楚的写出了该类的使用方法!-Five button realize such a state, a very convenient, the use of methods, see Code.txt document clearly sets out the use of such methods!
- 2022-02-06 11:17:29下载
- 积分:1
-
很好的时间控件,只需要在vb中加载就可以用
很好的时间控件,只需要在vb中加载就可以用-good time controls in vb only need to load it may
- 2022-05-30 12:57:48下载
- 积分:1
-
这是一个VB的office2003风格的界面控件
这是一个VB的office2003风格的界面控件-This is a VB office2003 style interface controls
- 2023-02-08 05:30:02下载
- 积分: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
-
对鼠标敏感的按纽
这个类库是对鼠标敏感的按纽,你用它可以做出象Office助手提示选项那样的东东来...
对鼠标敏感的按纽
这个类库是对鼠标敏感的按纽,你用它可以做出象Office助手提示选项那样的东东来-Sensitive button on the mouse this class library is a mouse-sensitive button, you can use it to make as Office Assistant prompt options as to the Dongdong
- 2022-06-27 09:53:40下载
- 积分:1
-
只用一个控件就可以放大缩小窗体上的所有控件,当然也业可以定义任意一个控件不放大!有我的实例程序...
只用一个控件就可以放大缩小窗体上的所有控件,当然也业可以定义任意一个控件不放大!有我的实例程序-only one component can be zooming all forms of controls, of course, the industry can define an arbitrary control is not to enlarge it! I have examples of procedures! !
- 2023-05-03 14:50:03下载
- 积分:1