-
向u盘拷贝文件
调用windows的dl文件,获取u盘在pc上的盘符,然后向u盘中拷贝文件。
源方法如下。
判断指定驱动器的类型:GetDriveTypeA函数
该函数能依据根目录识别1个驱动器是软驱或光驱或硬盘等。声明:
Declare Function GetDriveType Lib "kernel32" Alias "GetDriveTypeA" (ByVal nDrive As String) As Long
参数nDrive:驱动器根目录路径的字符串,如"C : ".
函数返回值为1个常数,指定驱动器类型:DRIVE_ REMOVABLE=2,软驱; REMOVABLE是可移动的
如果驱动器不能识别,则返回0,如指定目录不 DRIVE_ FIXED=3,硬盘。
存在,则返回1。 DRIVE _REMOTE=4,网络驱动器;
DRIVE _CDROM=5,光驱;
DRIVE_ RAMDISK=6虚拟磁盘
调用如:
Private Const DRIVE_CDROM = 5
- 2023-02-14 04:40:03下载
- 积分:1
-
使用Windows的统一数据传输,进行进程间通讯的例子。
使用Windows的统一数据传输,进行进程间通讯的例子。-use windows uniform for communicato of process
- 2022-03-15 18:58:30下载
- 积分:1
-
利用Visual Basic编写的小程序,是windows系统下面自带的纸牌接龙游戏。...
利用Visual Basic编写的小程序,是windows系统下面自带的纸牌接龙游戏。-The use of Visual Basic procedures for the preparation of the small, the windows system, the following built-in card game Solitaire.
- 2023-03-13 16:55:04下载
- 积分:1
-
This is a 3d example is the use of java was made, we can look at the following,...
这是关于一个3d的示例,是使用java写的,大家可以看以下,写的一般,请指正,多谢谢了啊-This is a 3d example is the use of java was made, we can look at the following, writing in general, please correct, the more thank ah
- 2022-02-28 14:55:53下载
- 积分:1
-
AppWizard has created this GraphExp application for you. This application
not...
AppWizard has created this GraphExp application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
- 2023-09-05 07:30:03下载
- 积分:1
-
一个表单调查 用于大学生生活消费等信息的资源调查 里面有源代码...
一个表单调查 用于大学生生活消费等信息的资源调查 里面有源代码-Survey Form
- 2023-01-14 02:35:03下载
- 积分:1
-
pku.acm上的第2道题的解法,解决指数问题,保留了全部精度
pku.acm上的第2道题的解法,解决指数问题,保留了全部精度-pku.acm the first two questions of method, solve the index problem, to retain all the accuracy
- 2022-07-17 04:02:53下载
- 积分:1
-
仿distionaly windows environment
仿distionaly windows environment-Imitation distionaly windows environment
- 2023-07-25 22:30:03下载
- 积分:1
-
Visual Graph 是一套非常完善的图形系统,适合在电力、煤炭、化工、仿真、网络、自动化等各种工业监控软件以及图形建模、图形管理、图形分析、中小型GIS系...
Visual Graph 是一套非常完善的图形系统,适合在电力、煤炭、化工、仿真、网络、自动化等各种工业监控软件以及图形建模、图形管理、图形分析、中小型GIS系统、工作流、中文表格、表单、工程绘图等软件项目中应用。-Visual Graph is a set of very well-graphics system, suitable for use in electric power, coal, chemical industry, simulation, network, monitoring a variety of industrial automation software, and graphical modeling, graphics management, graphics and analysis, small and medium-sized GIS systems, workflow, Chinese tables, forms, engineering drawings and other application software project.
- 2022-02-25 02:16:47下载
- 积分:1
-
Text recognition, to graphics files, PDF documents into word, txt format.
文本识别,将图形文件,PDF文件转换成word,txt格式。-Text recognition, to graphics files, PDF documents into word, txt format.
- 2023-06-20 12:30:05下载
- 积分:1