版本管利器Visual SourceSafe 6.0实用指南.
标签: SourceSafe Visual 6.0 版本
上传时间: 2015-10-05
上传用户:1583060504
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 6.0+SqlServer(Access 2000),在进入界面时选择数据库.
标签: SqlServer Visual Access Basic
上传时间: 2015-10-09
上传用户:star_in_rain
Visual C++ 6.0、Windows98/2000/XP DDK 下面的USB设备驱动程序开发框架
上传时间: 2014-08-21
上传用户:洛木卓
Visual C++ 6.0的升级程序.该升级程序确保你安装的Visual C++ 6.0是与Y2K兼容的(即不存在2000年问题).它将安装或升级你现在的公用控件动态连接库(comctl32.dll).以便去修正在最初的Visual C++6.0的公用控件动态连接库中存在的Y2K问题
上传时间: 2013-12-11
上传用户:daguda
本实例利用VisualC++6.0来实现了一个古典密码加密程序,包括凯撒密码,维吉尼亚密码和列换位法三种
上传时间: 2014-01-22
上传用户:lnnn30
Matlab 6.0图形图像处理所附带的光盘,包含了本书所讲实例的所有图例,还包含了有关MATLAB的文章和范例
上传时间: 2015-10-16
上传用户:nanfeicui
visual c++ 6.0数据库编程大全,对初学者很有帮助.
上传时间: 2014-01-03
上传用户:498732662
EMBEDDED VC++4.0 对WINDOWS CE下的串口通信进行实验.将常用的串口功能封装为一个类,以回调方式读取串口数据,在S3C2410 ARM上通过
标签: EMBEDDED S3C2410 WINDOWS 4.0
上传时间: 2015-10-21
上传用户:gaojiao1999
Visual FoxPro 6.0程序设计--张平华 Visual FoxPro 6.0程序设计--张平华
上传时间: 2015-10-22
上传用户:Thuan