-
用vb实现使用WebBrowser控件浏览网页,一个经典例子极具参考价值...
用vb实现使用WebBrowser控件浏览网页,一个经典例子极具参考价值-achieve with vb use WebBrowser Control Web site, a classic example of great reference value
- 2023-04-08 18:00:03下载
- 积分:1
-
XP风格的按钮,很好看,有凸起来的感觉,3D效果的
XP风格的按钮,很好看,有凸起来的感觉,3D效果的-XP-style buttons, good looking, there are raised to the feeling, 3D effects
- 2022-07-14 21:55:11下载
- 积分:1
-
随意设置按钮的大小,颜色,形状,凸凹状态。使窗体界面活泼有吸引力。...
随意设置按钮的大小,颜色,形状,凸凹状态。使窗体界面活泼有吸引力。-arbitrarily set the button size, color, shape, punch and state. Windows interface to make it lively and attractive.
- 2022-03-19 06:25:03下载
- 积分:1
-
一个很好的文件夹类
一个很好的文件夹类-a good folder category
- 2022-06-15 10:03:34下载
- 积分: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
-
VB子类化按钮,Vista样式,无图片,绘制了MouseHover和MouseLeave事件....
VB子类化按钮,Vista样式,无图片,绘制了MouseHover和MouseLeave事件.-VB subclass button, Vista style, Not use any picture, and also draw with MouseHover Event and MouseLeave Event.
- 2022-11-08 21:00:03下载
- 积分:1
-
一个动画按钮用AVI动画来播放的,一个很小的程序,希望对您有用...
一个动画按钮用AVI动画来播放的,一个很小的程序,希望对您有用-an animation button AVI animation used to broadcast, a small procedures in the hope that useful to you
- 2023-07-04 23:05:04下载
- 积分:1
-
XP Style CBitmapButton (CHoverBitmapButton) Style and theme aware bitmaps, give...
XP Style CBitmapButton (CHoverBitmapButton) Style and theme aware bitmaps, give your old apps a new look under Windows XP.
- 2022-03-01 11:08:02下载
- 积分:1
-
Internet found a lot of buttons on the qt 4 rewrite the information, but only in...
上网搜了很多关于qt 4重写按钮的资料,但是都只是介绍,没有源码。但是项目要求的按钮样式qt 4没有现成的,所以自己实现了一个简单的按钮。
模仿按钮的功能,通过重写
void paintEvent(QPaintEvent *event)
void mousePressEvent(QMouseEvent *event)
void mouseReleaseEvent(QMouseEvent *event)
三个函数达到绘制自定义按钮的目的。-Internet found a lot of buttons on the qt 4 rewrite the information, but only introduce, there is no source. But the project
- 2022-07-20 10:38:05下载
- 积分: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