-
单项选择的控件自己做,可以作为参考,请下载
单项选择的控件自己做,可以作为参考,请下载-individual choice of controls do it themselves, can be used as reference, please see Download
- 2022-05-26 01:09:20下载
- 积分:1
-
Windows颜色选择器(VB类代码)
这是一款打开windows颜色选择器的VB类代码,在VB编写过程中可方便引用,简化重复代码编写,引用示例如下:
Sub Testfont()
Dim mfont As New FontPicker
mfont.SetFont
Debug.Print mfont.Name
Debug.Print mfont.Size
Debug.Print mfont.UnderLine
Debug.Print mfont.Color
End Sub
- 2022-01-26 03:36:58下载
- 积分: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
-
基于Java语言所编写的Java流程例子设计的几个源代码.
基于Java语言所编写的Java流程例子设计的几个源代码.-based on the Java language Java prepared by the process of designing several examples of source code.
- 2022-01-25 23:50:55下载
- 积分:1
-
自动响应按钮,并切换按钮上的图标,而且可以改变大小。为压缩文件,无解压密码。...
自动响应按钮,并切换按钮上的图标,而且可以改变大小。为压缩文件,无解压密码。-automatic response button, and switch buttons on the icon, but can change size. For compressed files without extracting passwords.
- 2022-01-26 02:49:13下载
- 积分:1
-
详细介绍了各种button在windows xp下的customize的画法,适用于开发各种自定义的按钮,特别的是可以在caption bar上增加按钮...
详细介绍了各种button在windows xp下的customize的画法,适用于开发各种自定义的按钮,特别的是可以在caption bar上增加按钮-detailed description of the various button in the windows xp customize the method of painting, apply to the development of various custom buttons, especially in the caption bar button on the increase
- 2022-08-07 09:49:55下载
- 积分:1
-
非常好的操作元器件的画图源程序。可移植性强
非常好的操作元器件的画图源程序。可移植性强-Very good source operating components of the drawing. Portability strong
- 2022-02-02 03:51:11下载
- 积分:1
-
An owner
An owner-drawn button class that gives a professional look to your buttons. 自绘漂亮按钮类-An owner-drawn button class that gives a professional look to your buttons. Since painting beautiful buttons category
- 2022-03-07 08:44:00下载
- 积分: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
-
在Visual Basic代码XP风格的按钮可能需要修改的依据…
XP样式 按钮 Visual Basic源码
可根据自己的需要修改源码
-XP style button in Visual Basic source code may need to be amended in accordance with their own source
- 2022-05-23 22:14:51下载
- 积分:1