-
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
-
位图转换成图标的程序
位图转换成图标的程序 -bitmap conversion process icon
- 2022-03-18 10:40:47下载
- 积分:1
-
一个可以通过搜索网上歌词的程序
是经过一个网址发现的!
一个可以通过搜索网上歌词的程序
是经过一个网址发现的!-an online search through the lyrics procedures have found a website!
- 2022-08-31 15:00:03下载
- 积分:1
-
做出正确的翻转
make correct rollover
- 2022-07-11 06:40:17下载
- 积分:1
-
使用WORD作为VB的报表工具,很好用的,请大家快快下载。
使用WORD作为VB的报表工具,很好用的,请大家快快下载。-use Word as VB reporting tools, the good, everyone can download.
- 2022-08-16 00:48:51下载
- 积分:1
-
这是一个曲线或柱状的形式的真实
这是一款可以以曲线或柱状图的形式实时动态显示数据的控件。 主要特点是:支持显示浮点数、负数,显示数据范围大、可以自定义显示范围也可自动选择范围,还可锁定显示范围。-This a can of a curve or column in the form of real-time dynamic display of data control. The main features are : support shown float, negative, showing the scope of the data, since the definition can also indicate the scope of automatic choices, but also locked display area.
- 2023-07-26 23:20:07下载
- 积分:1
-
这是一个功能十分强大的按钮类,包括直接贴图,超级链接,鼠标移动进区域响应等等十多种效果,你可以参照这个DEMO很方便的使用按钮类。...
这是一个功能十分强大的按钮类,包括直接贴图,超级链接,鼠标移动进区域响应等等十多种效果,你可以参照这个DEMO很方便的使用按钮类。-This is a very strong function of the button type, including direct mapping, hyperlinks, mouse and so on into the region to respond to more than 10 kinds of effects, you can easily refer to the DEMO button type of use.
- 2022-07-11 10:01:21下载
- 积分:1
-
specific details of their internal see the text shows that the beautiful interfa...
具体的说明请见内部的文本说明,界面漂亮的按钮控件-specific details of their internal see the text shows that the beautiful interface control buttons
- 2022-11-10 04:45:03下载
- 积分:1
-
网络安全,上网方便的使用工具。是39921上网导航为广大网友定制的网络安全工具软件。...
网络安全,上网方便的使用工具。是39921上网导航为广大网友定制的网络安全工具软件。-Network security, Internet access to facilitate the use of tools. Internet navigation is 39,921 for the general users customized network security tools.
- 2022-04-07 09:56:42下载
- 积分:1
-
我的开关- Windows 表单控件l
翻译 maninwest@Codeforge 作者:JoelDz@CodeProject该控件是基于 Android 操作系统的 Switch View ,来自 lAPI 级别14。这个控件可以像传统开关一样开和关。背景我不是专业的编程人员。使用这个简单的编程语言我可以创建控件来解决特定需要。 在这里将为你展示使用 Visual Basic .NET 创建用户控件是多么简单。你可以下载项目查看设计和代码。使用代码MySwitch 类有一个重载的构造函数。你可以查看每个负载并初始化需要的属性。首先需要导入命名空间 JDS。 Imports JDS
Dim msSwitch As New MySwitch()这里,我使用默认构造函数,创建一个新的 MySwitch 类实例。这个实例会使用默认的类值。这个控件可以显示每个状态的文本或图像,这是使用ButtonStyle 属性实现的。msSwitch.ButtonStyle = ButtonStyles.Image " To display an image for each state.
msSwitch.ButtonStyle = ButtonStyles.Text " To display text for each state.可以通过属性ActivatedText,DeactivatedText和ActivatedImage,DeactivatedText 确定每个状态的文本和图像。如你所见,根据 ButtonStyle 属性值。每个状态都有伴随的文本或图像。
- 2022-02-03 12:38:42下载
- 积分:1