-
VB开发的非常实用漂亮多彩的按钮控件
VB开发的非常实用漂亮多彩的按钮控件,能适应XP,Win7,以及64位的Win7等版本.
用户可以根据自己的需要,设置属性进行颜色,外观等的调整.
- 2022-08-24 22:09:21下载
- 积分:1
-
看名字一组XP界面效果. ComboBox只做了DropDown风格,谁有兴趣可以接着做完.Button是国外一个朋友的WTL code转换来的,CLineTr
看名字一组XP界面效果. ComboBox只做了DropDown风格,谁有兴趣可以接着做完.Button是国外一个朋友的WTL code转换来的,CLineTrackBar是I See源码的扩展.- Looks at a name group of XP contact surface effect ComboBox
has only made the DropDown style, who has the interest to be allowed
then to complete Button is overseas friend s WTL code transforms,
CLineTrackBar is I See source code expansion
- 2022-03-21 20:34:37下载
- 积分:1
-
this program is based on a document window painting static text window or button...
本程序是基于对文档窗口中画静态文本窗或按钮,这对开发基于文档程序非常有利,且美观,希望得到大家认可-this program is based on a document window painting static text window or button, which documents the development process based on a very favorable and attractive, we want to be recognized
- 2023-07-26 09:45:04下载
- 积分:1
-
very good use of a new type of photo to enlarge it, try put>!
挺好用的一种新型放大图片的方法,试试把>!-very good use of a new type of photo to enlarge it, try put>!
- 2022-02-04 04:21:37下载
- 积分:1
-
variety of different kinds of buttons, yes
各种样式 的按钮,不错-variety of different kinds of buttons, yes
- 2022-02-15 21:29:56下载
- 积分:1
-
A REAL TIME COGNITIVE RADIO TEST PLATFORM FOR PUBLIC SAFETY
PHYSICAL LAYER EXPE...
A REAL TIME COGNITIVE RADIO TEST PLATFORM FOR PUBLIC SAFETY
PHYSICAL LAYER EXPERIMENTS
- 2023-04-24 16:10: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
-
一个由离散数据点生成三角形网,再利用等高线追踪算法生成等高线的程序源码...
一个由离散数据点生成三角形网,再利用等高线追踪算法生成等高线的程序源码-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
-
多功能文本编辑器,没有使用MFC或API,完全是由自己构造的消息机制...
多功能文本编辑器,没有使用MFC或API,完全是由自己构造的消息机制-multi-functional text editor, to use MFC or API, is entirely constructed by the news their mechanism
- 2022-03-25 02:46:02下载
- 积分:1
-
平面风格的按钮类的使用源码.
平面风格的按钮类的使用源码.- Plane style button class use source code
- 2022-02-14 18:00:30下载
- 积分:1