-
向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
-
用于查看dll的函数
用于查看dll的函数-for View dll function
- 2022-07-05 10:22:02下载
- 积分:1
-
IDL和VB、VC混合编程,涉及到的接口,dll引用等问题解决的文档...
IDL和VB、VC混合编程,涉及到的接口,dll引用等问题解决的文档-IDL, and VB, VC mixed programming, related to the interface, dll reference documents such as problem-solving
- 2022-06-15 08:10:55下载
- 积分:1
-
B-Tree Filer is a fast library of file-based database routines for Borland Turbo Pascal & Delphi. B-Tree Filer supports stand-alone programs or those running on Microsoft-compatible networks including Novell Netware.-B-Tree Filer is a fast library of file-based database routines for Borland Turbo Pascal Delphi. B-Tree Filer supports stand-alone programs or those running on Microsoft-compatible networks including Novell Netware.
- 2022-04-22 19:34:47下载
- 积分:1
-
普通函数的重载,虚函数的重栽,指向派生类对象的基类指针对重载函数的调用...
普通函数的重载,虚函数的重栽,指向派生类对象的基类指针对重载函数的调用-ordinary function overloading, the virtual function re-planting, point to objects derived category refers to the base class against heavy function call
- 2022-05-30 16:29:34下载
- 积分:1
-
一个人工智能的八数码难题,也叫九宫图难题,算法仅供参考.
一个人工智能的八数码难题,也叫九宫图难题,算法仅供参考.-an eight digital artificial intelligence problems, it has also called JiuGongTu problem, the algorithm is for reference only.
- 2023-01-24 10:15:04下载
- 积分:1
-
WINCE under a PPC can be used on commonly used software DLL file collection
一个在WINCE下可以用PPC上软件的常用的DLL文件集合-WINCE under a PPC can be used on commonly used software DLL file collection
- 2022-12-02 15:45:03下载
- 积分:1
-
c++中的一个延时函数,通过一些时间函数实现的
c++中的一个延时函数,通过一些时间函数实现的-c++ in a delay function, a function of time achieved through a number of
- 2022-04-07 00:34:16下载
- 积分:1
-
一个较为实用的定单系统,包括客户管理,定单管理,定单分类查询,打印定单等强大功能,强烈推荐下载...
一个较为实用的定单系统,包括客户管理,定单管理,定单分类查询,打印定单等强大功能,强烈推荐下载-a more practical system of orders, including customer management, order management, classification orders inquiries, print orders so powerful, and strongly recommend downloading
- 2023-08-21 23:25:05下载
- 积分:1
-
获得windows系统信息
获得windows系统信息-access system information
- 2022-02-05 16:54:33下载
- 积分:1