-
实现网络端口的打开与连接,可以把一个程序实现网络共享
实现网络端口的打开与连接,可以把一个程序实现网络共享-network with the opening of port connections, a process can achieve a network share
- 2022-05-27 18:17:53下载
- 积分:1
-
让你实现系统托盘(即右下角的小图标)变得非常方便的原码:一句话就可以实现,怎么样也许你不相信,看看就知道了。就下面一句就实现了:
TrayCon1.AddT...
让你实现系统托盘(即右下角的小图标)变得非常方便的原码:一句话就可以实现,怎么样也许你不相信,看看就知道了。就下面一句就实现了:
TrayCon1.AddToTray Me, Me.Icon, "系统托盘实例", menu
并且在运行期间你还可以更改tip文字,更改图标,更改菜单等操作,窗体退出时,自动删除托盘,不需要人工介入,是不是减少了您平时的一大段的代码啊-allow you to realize the system tray (lower right corner of the small icon) has become very convenient to the original code : sentence can be achieved, how kind you may not believe this, look at know. On the following one to achieve : TrayCon1.AddToTray Me, Me.Icon "system tray example," menu and during operation, you can also change tip text, change icons, menus, and other changes in operation, the form to pull out, automatically deleted tray, does not require manual intervention, the reduction is not your usual one of the largest code ah
- 2022-05-12 19:01:43下载
- 积分:1
-
群控CButton
GroupControl CButton-derived control to help with using groups
- 2022-04-12 23:16:45下载
- 积分:1
-
演示各种自绘按钮,如控制颜色,形状为圆形,滚动文字,图形按钮等...
演示各种自绘按钮,如控制颜色,形状为圆形,滚动文字,图形按钮等- Demonstrates each kind from to draw the button, like the
control color, the shape is a circular, rolls the writing, the graph
button and so on
- 2022-10-20 00:30:04下载
- 积分:1
-
VC++收音机控件的程序,以后一定上些更好的源码和大家分享
VC++收音机控件的程序,以后一定上些更好的源码和大家分享-VC radio control procedures, I must on some of the source code and a better share
- 2022-08-18 10:34:09下载
- 积分:1
-
球型按钮的实现。
球型按钮的实现。- Ball button realization.
- 2023-05-01 16:10:03下载
- 积分:1
-
这是一个TreeCtrl的派生类,与众不同的是它在项目较多的场合下重画很快。如果你对手头的控件不太满意的话,试试这个。(28KB)...
这是一个TreeCtrl的派生类,与众不同的是它在项目较多的场合下重画很快。如果你对手头的控件不太满意的话,试试这个。(28KB)-TreeCtrl This is a type of derivative, it is unusual in the number of items on the re-drawing of occasions soon. If your first opponent is not satisfied with the controls, then try this. (28KB)
- 2022-01-26 03:24:07下载
- 积分:1
-
弹出颜色或其他图形选择框的按钮
弹出颜色或其他图形选择框的按钮-The button which can popup color selector or other picture selector dialoy
- 2022-03-19 14:50:59下载
- 积分:1
-
这是一个非常好的按钮编程源代码,非常有参考和学习的价值.
这是一个非常好的按钮编程源代码,非常有参考和学习的价值.-This is a very good button programming source code, is a reference and learning value.
- 2022-03-05 12:16:16下载
- 积分: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