-
Button functions on the expansion, the procedures in the VC6.0 compiler only thr...
对button功能的扩展,本程序在VC6.0编译通过 本程序仅供学习之用,请在现在后24个小时后删除。-Button functions on the expansion, the procedures in the VC6.0 compiler only through this learning process, please post now deleted after 24 hours.
- 2022-03-21 01:44:37下载
- 积分:1
-
一个3D的控件,显示3D的菜单和图标,界面比较好
一个3D的控件,显示3D的菜单和图标,界面比较好-a 3D controls, showing 3D menu and icon, better interface
- 2022-03-04 05:44:34下载
- 积分:1
-
一个由离散数据点生成三角形网,再利用等高线追踪算法生成等高线的程序源码...
一个由离散数据点生成三角形网,再利用等高线追踪算法生成等高线的程序源码-A discrete data points generated by the triangular network, re-use contour tracking algorithm to generate contour lines of the procedure source
- 2023-08-05 05:50:02下载
- 积分:1
-
Enhanced Colored ButtonBy using CColorButton, you can: Change, at any time, any...
Enhanced Colored Button
By using CColorButton, you can:
Change, at any time, any of the seven colors needed to draw a button
Align the text at any position
Use multi-line text
Create buttons dynamically
Change the default font of the text -Enhanced Colored ButtonBy using CColorButton, you can: Change, at any time, any of the seven colors needed to draw a button Align the text at any position Use multi-line text Create buttons dynamically Change the default font of the text
- 2022-02-05 04:30:51下载
- 积分:1
-
自绘制XP风格的按钮
自绘制XP风格的按钮-XP style button
- 2022-02-04 22:58:21下载
- 积分: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
-
这是一个计算机处理的图片 可以用来图像处理
这是一个计算机处理的图片 可以用来图像处理-This is a computer processing images can be used to image processing
- 2022-08-03 21:12:52下载
- 积分:1
-
一个允许剪切,复制和粘贴的简单便栈板程序
一个允许剪切,复制和粘贴的简单便栈板程序-allow a cut, copy and paste of simple procedures will Plate
- 2023-04-03 00:40:03下载
- 积分:1
-
只能输入数字的Swing文档模型。
28.
29. * 可以设置可以保存的数字的最大值和最小值...
只能输入数字的Swing文档模型。
28.
29. * 可以设置可以保存的数字的最大值和最小值
-can only import figures Swing document model. 28. 29.* Can be set to keep the figures of the maximum and minimum
- 2023-06-19 04:10:03下载
- 积分:1
-
本源码是用VB6.0开发的控制台程序,程序精小但应用广泛.
本源码是用VB6.0开发的控制台程序,程序精小但应用广泛.- The source code is the control bench procedure which develops
with VB6.0, the procedure fine is small but applies widely
- 2023-07-21 22:55:03下载
- 积分:1