搜索资源列表
ToolBarCode
- Fully featured toolbar for VB6 (minor rework required for VB5). Includes assorted toolbutton styles and toolbar styles, dozens of properties and lots more. Fully customisable, right down to the colours of the buttons and toolbar. Buttons can be hidde
vb
- sample of prrogramming by image ,textbox,button and other control in vb6
HideItPro
- 查找系统中所有的窗口,点击隐藏按钮后可以隐藏/显示列表里制定的进程。 vb制作-Find and list system windows, click the hide button to hide/show the special window. designed by vb6
VB6_Clone_211203572008
- VB6 Clone Form& Button& Menu(Only Class and Module File,Pure API) for Visual Basic
VB6.0 打字 指法练习小程序源代码
- VB6.0 编写的一个挺简单的指法练习源代码,随机显示练习题的内容,捕获 keypresses,计算打字练习时间,计算每分钟多少字,计算争取率,每分钟单词数计时器。一些相关的源代码: Private Sub Timer1_Timer() '每分钟单词数计时器 WordsPerMin = 0 PrgressBar1.Value = Val(Len(Lbl_Input.Caption) * 100 / Len(Txt_Article.Text)) '计算打字练习