-
一个快餐系统的源码,大家共同学学,来自网络
一个快餐系统的源码,大家共同学学,来自网络-Source of a fast food system, we learn together, from network
- 2023-07-07 06:05:03下载
- 积分:1
-
VB开发的非常实用漂亮多彩的按钮控件
VB开发的非常实用漂亮多彩的按钮控件,能适应XP,Win7,以及64位的Win7等版本.
用户可以根据自己的需要,设置属性进行颜色,外观等的调整.
- 2022-08-24 22:09:21下载
- 积分:1
-
查找 删除 进程 采用 delphi 可以有效 杀死进程 不错 可以用
查找 删除 进程 采用 delphi 可以有效 杀死进程 不错 可以用-find delete process
- 2022-02-21 05:56:01下载
- 积分:1
-
VB.NET 计时器
计时器服务依赖于加载 Timer 类的主机的系统日期。...
VB.NET 计时器
计时器服务依赖于加载 Timer 类的主机的系统日期。-VB.NET timer timer services dependent on the loading Timer class mainframe systems date.
- 2022-03-09 20:41:13下载
- 积分:1
-
Win32+c编写的按钮控件,更加美观,立体。
值得应用的控件
Win32+c编写的按钮控件,更加美观,立体。
值得应用的控件-c Win32 prepared button controls, more beautiful, three-dimensional. The Application Control worthy
- 2022-03-31 21:49:26下载
- 积分:1
-
选号的,可以用来考试的排座位的东西,是非曲个好东西炮兵...
选号的,可以用来考试的排座位的东西,是非曲个好东西炮兵-Dip, can be used to test things rows of seats, non-QU good things Artillery
- 2023-08-05 20:45:03下载
- 积分:1
-
variety of small icon button
各种各样的小图标按钮-variety of small icon button
- 2022-12-05 23:55:04下载
- 积分: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
-
cwbbutton是WindowBlinds像可调整大小的图像按钮从CButton的…
CWBButton is a WindowBlinds like resizable image button derived from a CButton. In MFC, You can use the class called CBitmapButton, but that s not enough. The size of button is the size of the bitmap, and you can t put a text by calling the API SetWindowText(). I wanted REAL Bitmap Button like GTK+ or WindowBlinds. So I try to create a REAL Bitmap Button referring WindowBlinds.
- 2022-05-13 05:40:17下载
- 积分:1
-
位图转换成图标的程序
位图转换成图标的程序 -bitmap conversion process icon
- 2022-03-18 10:40:47下载
- 积分:1