-
向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
-
它可供初学Turbo c 的人使用,其中个文件独立,内容是用中断写点、读点、填充等。...
它可供初学Turbo c 的人使用,其中个文件独立,内容是用中断写点、读点、填充等。-Turbo c for the beginners to use, which documents the independent, as is interrupted to write, read, fill in the blanks.
- 2022-03-26 02:01:28下载
- 积分:1
-
窗口网络编程源码
windows 网络编程 的源代码,原书的配套cd附带的代码,包含了书中的大部分例程-windows network programming source code
- 2022-08-22 14:24:45下载
- 积分:1
-
diblok想象处理!
Diblok for imagine processing!
- 2022-03-06 18:20:35下载
- 积分:1
-
一个很好的磁盘清理程序的源码
一个很好的磁盘清理程序的源码-a good disk clean-up procedures FOSS
- 2022-03-19 20:43:28下载
- 积分:1
-
网聊个人爱好,想尝试在客户机上通过局域网进行…
NetChat
个人爱好,想尝试通过局域网对客户机进行控制操作。-NetChat personal hobbies, want to try through the LAN on the client to carry out control operations.
- 2022-06-19 03:07:27下载
- 积分:1
-
打开主程序,在主程序界面里有这些字符: P I F D S Q H .这些字符分别代表:显示所有同学的记录 插入一个新同学的记录 查找同学(按姓名查找) 删除一...
打开主程序,在主程序界面里有这些字符: P I F D S Q H .这些字符分别代表:显示所有同学的记录 插入一个新同学的记录 查找同学(按姓名查找) 删除一个同学的记录. 保存记录 退出 帮助
也就是进入主程序,出现这些字符.按相应的键实现不同的功能.
注:按 Q键时,也就是帮助.则出现如下信息:
P:Preview all students information
I: Insert new student information
F:Find a student
D:Delete a student
S:Save a student
Q:quit
H:Help-open the main program, the main program interface there are these characters : P I D S F Q H. These characters represent : show all the records of students inserted a new record of the students find classmates (search by name) a student of the deleted records. record-keeping help from entering the main program is that these characters. by the corresponding key to achieve different functions. Note : Bond with Q, it is to help. appeared as follows : P : Preview all students information I : Insert new student information F : Find a student D : Delete a student S : Save a student Q : quit H : Help
- 2022-01-22 13:35:18下载
- 积分:1
-
进程问题解决方案..我的一个操作系统作业
进程问题解决方案..我的一个操作系统作业-This is a resolvent of process problem.It is a OS homework of mine.
- 2022-05-07 23:19:33下载
- 积分:1
-
半透明窗口,短小精悍,使用方便,操作简单!
半透明窗口,短小精悍,使用方便,操作简单!
-translucent window, small and easy to use, simple!
- 2022-02-07 16:53:54下载
- 积分:1
-
我自己做的银行管理系统 代码很简单的 很好看懂的啊 !!! 开户 存款 取款 转帐 查询 修改密码 注销...
我自己做的银行管理系统 代码很简单的 很好看懂的啊 !!! 开户 存款 取款 转帐 查询 修改密码 注销-my own bank management system code is very simple to understand the good ah! ! ! Account deposits withdrawals transfer inquiry alter the code written off
- 2022-04-12 04:26:28下载
- 积分:1