-
字符串,可检测字符串匹配问题的小程序欢迎光临程序员联合开发网!本站目前精彩源码总数71358个,分类182个,如此多的高质量资源,您还舍得离开吗?...
字符串,可检测字符串匹配问题的小程序欢迎光临程序员联合开发网!本站目前精彩源码总数71358个,分类182个,如此多的高质量资源,您还舍得离开吗?-string, the string matching detection of small programs Welcome programmers working on the Joint! Excellent source site now total 71,358, classification 182, so many high-quality resources, you also willing to leave?
- 2022-02-26 06:14:41下载
- 积分:1
-
一个按钮控件,允许颜色渐变,允许按钮加图、图标等。
一个按钮控件,允许颜色渐变,允许按钮加图、图标等。自己做的。-a button controls, allowing color gradient, allowing button plus maps, icons, etc.. Have done.
- 2022-02-27 03:02:39下载
- 积分:1
-
MFC库,VC++开发环境,圆形按钮实现的封装,可直接用于VC++工程...
MFC库,VC++开发环境,圆形按钮实现的封装,可直接用于VC++工程
- 2022-05-25 19:26:08下载
- 积分:1
-
这是一个用vb开发的适用于各种控件的源代码,对于初学者来说是很有用的....
这是一个用vb开发的适用于各种控件的源代码,对于初学者来说是很有用的.-This is a development with vb applicable to the various controls the source code for beginners is very useful.
- 2022-03-25 06:41:35下载
- 积分:1
-
DOS 下Borlandc 里立体Button的实现,
包括按钮label,
DOS 下Borlandc 里立体Button的实现,
包括按钮label,-DOS under Borlandc in the realization of three-dimensional Button, including the button label,
- 2022-01-26 05:52:36下载
- 积分:1
-
使用API做一个滚动条控件,你可以改变它。
使用API做的滚动条控件,高度扩展性,可根据需要改写。适用于WIN平台(包括WINCE5.0/6.0,WIN XP),可联系作者:zcq108@126.com-Using the API to make a scrollbar control,you can change it if you need.
it is used for wince5.0/6.0,or win xp,all win platfarm.
- 2022-07-11 08:32:04下载
- 积分:1
-
对于常用控件的详细指导,对初学者帮助极大
对于常用控件的详细指导,对初学者帮助极大-commonly used controls for a detailed guide, great help for beginners
- 2023-05-15 07:00:02下载
- 积分: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
-
button sound effect XP, 15 in any style you choose, have a total for you. Give i...
button良好的XP效果,15中风格任你选择,总有一个适合你。试试吧。-button sound effect XP, 15 in any style you choose, have a total for you. Give it a try.
- 2022-02-12 09:03:49下载
- 积分:1
-
vc做的旅游导航系统,主要解决求最短距离问题。
vc做的旅游导航系统,主要解决求最短距离问题。-vc make tourism navigation system, mainly to solve the problem of seeking the shortest distance.
- 2022-12-27 05:10:03下载
- 积分:1