-
自动响应按钮,并切换按钮上的图标,而且可以改变大小。为压缩文件,无解压密码。...
自动响应按钮,并切换按钮上的图标,而且可以改变大小。为压缩文件,无解压密码。-automatic response button, and switch buttons on the icon, but can change size. For compressed files without extracting passwords.
- 2022-01-26 02:49:13下载
- 积分:1
-
各种扁平按钮的实现,按钮有获得焦点,失去焦点,可用,不可用等状态。...
各种扁平按钮的实现,按钮有获得焦点,失去焦点,可用,不可用等状态。-all the realization of a flat button, a button to have access to focus, loss of focus, can be used, it should not use such state.
- 2022-02-20 09:55:23下载
- 积分:1
-
用于显示mns风格的弹出窗口
用于显示mns风格的弹出窗口-MNS style shows for the pop-up window
- 2022-08-06 11:58:14下载
- 积分:1
-
动态加载BMP图片到BUTTON上,用VS2003开发!
动态加载BMP图片到BUTTON上,用VS2003开发!-Dynamic load BMP images to BUTTON, the use of VS2003 development!
- 2022-03-15 12:30:06下载
- 积分:1
-
一个聚类算法,最近邻吸收高效聚类方法,可以实现图案的较好分辨...
一个聚类算法,最近邻吸收高效聚类方法,可以实现图案的较好分辨- Gathers a kind of algorithm, the most close neighbor absorbs
highly effective gathers a kind of method, may realize the design to
distinguish well
- 2022-01-25 21:11:54下载
- 积分:1
-
Bob Carboni写的使用透明度、抗锯齿波、窗口区域等技术的按钮控件。Transparent Button with Region and Anti...
Bob Carboni写的使用透明度、抗锯齿波、窗口区域等技术的按钮控件。Transparent Button with Region and Anti-Aliased Edges-Bob Carboni was the use of transparency, anti-aliasing wave technologies such as the window region of the button control. Transparent Button with Region and Anti-Aliased Edges
- 2022-11-15 01:00:04下载
- 积分:1
-
MFC复数计算器
基于VC6.0++的MFC对话框源代码。自己动手编写,适合初学者。其中有对对话框的空间按钮的处理,以及对复数运算处理算法。基于VC6.0++的MFC对话框源代码。自己动手编写,适合初学者。其中有对对话框的空间按钮的处理,以及对复数运算处理算法。
- 2022-03-26 06:42:16下载
- 积分:1
-
自己开发的radio按钮很漂亮的,看看奥
自己开发的radio按钮很漂亮的,看看奥-Developed its own radio button is very pretty, look at the Austrian
- 2022-04-09 19:15:25下载
- 积分:1
-
MulticolorPlotBt是一款可以以曲线或柱状图的形式实时动态显示数据的控件。
主要特点是:支持显示浮点数、负数,显示数据范围大、可以自定义显示范围...
MulticolorPlotBt是一款可以以曲线或柱状图的形式实时动态显示数据的控件。
主要特点是:支持显示浮点数、负数,显示数据范围大、可以自定义显示范围也可自动选择范围,还可锁定显示范围-MulticolorPlotBt one can be a curve or histogram in the form of a real-time dynamic said data control. Main features are : support shown float, negative, showing the scope of the data, You can define the scope may also showed automatic choice, but also locked display range
- 2022-11-28 00:30:03下载
- 积分: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