Visual Basic 6.0 实例教程
上传时间: 2013-12-23
上传用户:jjj0202
this control is used for the programming with mapobject in the environment of Visual basic.
标签: environment programming the mapobject
上传时间: 2015-09-28
上传用户:彭玖华
visual basic 6 与sql连接的几个例子,from xi an jiaotong university
上传时间: 2013-12-07
上传用户:liglechongchong
该系统采用Visual Basic 6.0作为开发工具,采用Microsoft Access数据库。
上传时间: 2014-01-26
上传用户:D&L37
基于Visual Basic 2005制作的串口收发器,采用精简库,可运行在windows NT系列上,也可以运行在WinCE 5.0下(需安装.net库)
上传时间: 2013-12-17
上传用户:Zxcvbnm
Visual Basic 还有 VBA for OfficeXP/AutoCAD 的代码窗口都不支持鼠标滚轮,现在可以通过这个程序来解决了!使用上没什么特殊的地方,运行后会在托盘区看到图标,可以通过右键菜单选择退出。
标签: OfficeXP AutoCAD Visual Basic
上传时间: 2014-01-21
上传用户:GHF
Visual Basic 6.0可以通过调用API函数格式化一个磁盘,无论是软盘还是硬盘。 打开一个新的项目(工程1) ,如果你没有更改过缺省模式,那么Visual Basic 6.0会自动添加一个form1文件,在form1上添加一个命令控件,将下面的代码拷入。 Option Explicit Private Declare Function SHFormatDrive Lib"shell32"( ByVal Hend AS Long,ByVal Drive AS Long,ByVal FormatID AS Long,ByVal Options AS Long) as Long Private Sub FormatDisk(intDrive as integer,blnQuickFormat as Boolean) dim lngReturn As Long if (blnQuickFormat) then lngReturn= SHFormatDrive(0,intDrive,0&,1&) else lngReturn= SHFormatDrive(0,intDrive,0&,0&) end if end Sub Private Sub Command1_Click() call FormatDisk(0,True) End Sub 运行此程序。 注意FormatDisk函数的第一个变量很重要,他的值是0,1,2时代表格式化的分别是:A、B、C盘。
上传时间: 2015-10-05
上传用户:kytqcool
visual basic.net 做的一款记忆游戏
上传时间: 2015-10-06
上传用户:luopoguixiong
VISUAL BASIC 中所有常规控件的使用都在上面 可以为初学者提供很好的示例
上传时间: 2013-12-12
上传用户:youmo81
FormEditor,模拟Visual Basic窗口编辑界面
标签: FormEditor Visual Basic 模拟
上传时间: 2015-10-08
上传用户:frank1234