搜索资源列表
vb_bezierfit
- 这是一个分别用Bezier曲线和B样条曲线进行曲线拟合的例子 程序用VB6.0中文版编写 例子中需要一个窗体和一个按钮(使用默认的名字) 在本例中,黑色的线条是对坐标系上各点的直接连线 黄色的线仅对点间连线进行近似拟合,并不通过每一个点,使用的是B样条曲线 蓝色的线通过除第一个点和最后一个点之外的每一个点,使用的是Bezier曲线-This is a difference with Bezier curves and B-spline curves curve f
加家按钮
- 仿WindowsXP的一款超酷按钮,外观仿WindowsXP按钮,功能及作用与VB6.0按钮无二 注册后直接加载入工具箱中,与标准空间使用方法相同。-imitation of the new WindowsXP cool buttons, fake WindowsXP button appearance, functions and role with VB6.0 button directly after 3924 registered increases included toolbox
scskin
- VB6特效按钮控件,具有不同的形状和风格。-VB6 magic button controls, and have different shapes and styles.
20070006
- VB6.0实例学习--使用右键菜单的例子-VB6.0 examples of learning -- the use of the right mouse button menu examples
Polygon.zip
- VB6控件 不规则窗口及按钮控件,VB6 control irregular window and button controls
ColorPicker
- 一款具有3D和平面效果的姿色选择器源码,也可称为拾色器,非VB6.0自带的拾色面板,它可以显示默认颜色、系统基本颜色、自定义颜色、显示系统颜色按钮,还可以气泡提示等。-A plane with a 3D effect and beauty of the source selector can also be called up color, and non-VB6.0 bring up the color panel, which can display the default color, t
Button3
- vb6制作的很经典的按钮控件示例。值得一看-VB6 produced a very classic example of the button controls. Worth a visit
CoolBoySkin1.4test
- 是一个VB6界面的控件锦集,里面包含了示例,有窗体皮肤及按钮等-VB6 is a control interface锦集, which contains the sample, a form button, such as skin and
floatbutton
- Float button ActiveX in vb6
xpbutton
- VB6.0所带按钮不美观,xpbutton按钮提供XP样式,非常实用。-VB6.0 carried by the button not pretty, xpbutton offer XP style button is very useful.
Obj2DActiveX_invb6
- object 2d in vb6. transpic.ctl PopopMenu.ctl TextBox.ctl vscroll.ctl activx in visual basic 6.
button
- 利用VB6.0制作自定义按钮的代码,包括制作、调试等,是一个完成的按钮制作+调试工程。-Create a custom button using VB6.0 code, including the production and commissioning, a complete button making+ debugging project.
Button
- vb 漂亮按钮实现的简单思路——加载,基于vb6.0 -vb simple ideas to achieve a beautiful button- load, based on vb6.0
vb6.0slider
- 一个比较简单的VB滑块应用源码,在VisualBasic6.0窗口应用程序中加入一个滑块的功能,用鼠标拖动滑块,模拟出了滑块所起到的作用,在文本框中输入0——100的数字,点击“移动”按钮后,滑块会对应的改变位置,并与输入值匹配计算出滑块所在的位置,在窗口中加入滑块,可有效提升软件操作舒适度。-A simple VB the slider application source code, adding a slider function the VisualBasic6.0 window app
vb6.0toolebarkj
- VB6.0工具栏控件源码,在窗口上布置几个简单的工具栏按钮,并赋予这些按钮功能命令,让其完成某些功能。-VB6.0 toolbar control source, arranged in the window a few simple toolbar button, and give these buttons function command, allowed to complete certain functions.
INTELLI-BUTTON
- This example shows how to distinguish between hold and click on VB6 button.
Disable-Button-on-ToolBar-VB6(SOLEVD)-VBForums.ra
- I know how to disable the button on the toolbar by unchecking the Enabled Check Box in the Toolbar Property screen, but if I want it to be Enabled again after a certine action
人際管理
- VB6 公用 人際管理 原始程式 全部 原始程式 可以重新修改(Object usage FOR VB6)
achvlch
- 控件数组应用实例-关于Button控件失焦后虚线框视觉效果的隐藏实例(Control array application example - hidden instance of dashed box visual effect after Button control is out of focus.)
VB6.0 打字 指法练习小程序源代码
- VB6.0 编写的一个挺简单的指法练习源代码,随机显示练习题的内容,捕获 keypresses,计算打字练习时间,计算每分钟多少字,计算争取率,每分钟单词数计时器。一些相关的源代码: Private Sub Timer1_Timer() '每分钟单词数计时器 WordsPerMin = 0 PrgressBar1.Value = Val(Len(Lbl_Input.Caption) * 100 / Len(Txt_Article.Text)) '计算打字练习