-
该代码提供了很好的类型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
-
可以通过使用此代码测试CPU的使用情况,了解自己CPU的运行情况...
可以通过使用此代码测试CPU的使用情况,了解自己CPU的运行情况-can use this code testing the use of the CPU and understand their operation of the CPU
- 2022-06-18 15:33:05下载
- 积分:1
-
[图形制作] 七彩画图 2002
[图形制作] 七彩画图 2002-04-21 19 1191 这是一个按照预定公式画图的小程序,程序运行前需要有一张空白图和一个写好公式的config.txt文件,程序将按照公式画出和空白图一样大小的七彩的图画来。-[graphics production] Colorful Painting 2002-04-21 19 1191 This in accordance with a predetermined formula drawing small procedures, operating procedures required before a blank map and a written formula config.txt documents, procedures will be in accordance with the formula draw a blank map and the size of the picture to Discus .
- 2022-02-28 18:07:11下载
- 积分:1
-
vc动态产生控件,并绑定相关的函数,类似于c#的代理,可以参考,适用于做UI。...
vc动态产生控件,并绑定相关的函数,类似于c#的代理,可以参考,适用于做UI。
-------------------------------
余津工作室,主要做条码,图像识别,网络通讯(BT构架,P2P通讯等)-vc dynamically generated controls, and binding-related function, similar to c# of agents, can refer to, apply to do UI.- Yu-chun studio, mainly to do bar-coding, image recognition, network communications (BT framework, P2P communications, etc.)
- 2022-01-26 04:13:03下载
- 积分:1
-
GDI函数绘制的高效,非常漂亮的自绘按扭.
GDI函数绘制的高效,非常漂亮的自绘按扭.-GDI drawing functions efficient, very beautiful painting from the buttons.
- 2023-08-05 13:15: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
-
MFC库,VC++开发环境,椭圆按钮实现的封装,可直接用于其他工程...
MFC库,VC++开发环境,椭圆按钮实现的封装,可直接用于其他工程-MFC Library, VC++ Development environment, an oval button realize the package can be used directly in other projects
- 2022-02-09 21:14:55下载
- 积分:1
-
这是一个从CListCtrl派生的类,使你可以方便地选择一整行,并可设有提示框。(10KB)...
这是一个从CListCtrl派生的类,使你可以方便地选择一整行,并可设有提示框。(10KB)-CListCtrl derived from the class, so you can easily select an entire trip can be set up boxes. (10KB)
- 2022-03-17 18:58:51下载
- 积分:1
-
Features button
特色按钮的类,类中可以实现透明按钮,图形按钮等各类按钮,此代码非原创代码。-Features button-type, type can be achieved in a transparent button, such as graphics button button, the code of non-original code.
- 2022-02-21 04:08:00下载
- 积分:1
-
平面风格的按钮类的使用源码.
平面风格的按钮类的使用源码.- Plane style button class use source code
- 2022-02-14 18:00:30下载
- 积分:1