-
按钮挺漂亮的,控件的属于很多!可以任意设置和调整!
按钮挺漂亮的,控件的属于很多!可以任意设置和调整!-button quite beautiful, many belonging to the controls! Can arbitrary settings and adjustments!
- 2023-01-06 07:40:03下载
- 积分:1
-
2 Freeware MFC icon selection combo box classes(19KB) 图标下拉框
2 Freeware MFC icon selection combo box classes(19KB) 图标下拉框-2 Freeware MFC icon selection combo box classes (19KB) icon in the drop-down box
- 2022-12-05 09:30:03下载
- 积分:1
-
本例显示了透明位图按纽的实现以及位图按纽的使用方法
本例显示了透明位图按纽的实现以及位图按纽的使用方法-This example shows the realization of a transparent bitmap button, as well as to use a bitmap button
- 2022-02-21 16:45:06下载
- 积分:1
-
One can support the UNICODE resizable combobox control
一个可以支持UNICODE 的可调整大小的combobox控件-One can support the UNICODE resizable combobox control
- 2023-04-23 20:50:03下载
- 积分:1
-
一个十分简单的按钮,不过,做起来很难的!最好有谁能可扩展扩展!谢谢各位的支持!...
一个十分简单的按钮,不过,做起来很难的!最好有谁能可扩展扩展!谢谢各位的支持!-a very simple button, but it will be very hard to do! Who could have the best scalable expansion! Thank you for your support!
- 2022-06-28 01:06:12下载
- 积分:1
-
显示AVI文件的按钮.使用CAniButton替换你工程里的CButton声明即可(实现代码AniButton.h,AniButton.cpp)...
显示AVI文件的按钮.使用CAniButton替换你工程里的CButton声明即可(实现代码AniButton.h,AniButton.cpp)-show AVI file button. Use your CAniButton replacement project CButton"s statement can (achieve code AniButton.h, AniButton.cpp)
- 2022-07-23 04:51:40下载
- 积分:1
-
添加静态界面图标
添加静态界面图标-add static interface icon
- 2022-06-01 13:08:27下载
- 积分:1
-
克隆按钮方便你可以改变参数
to clone ibuttons easy and you can change parameters
- 2022-06-17 19:08:51下载
- 积分:1
-
用与隐藏窗口的代码.可以实现多个窗口的隐藏!
用与隐藏窗口的代码.可以实现多个窗口的隐藏!-used to conceal the code window. Multiple windows can be achieved hidden!
- 2022-01-25 15:02: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