VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

You can access the folder/files from the CDROM through code.This program access the CDROM drive fro

Anbu Selvan  (1 Submission)   Miscellaneous   VB 6.0   Unknown Difficulty   Sun 2nd May 2004   Mon 8th February 2021

You can access the folder/files from the CDROM through code.This program access the CDROM drive from any computer and retrieves the

API Declarations


Const DRIVE_FIXED = 3
Const DRIVE_REMOTE = 4
Const DRIVE_CDROM = 5
Const DRIVE_RAMDISK = 6
Private Declare Function GetLogicalDriveStrings Lib "kernel32" Alias "GetLogicalDriveStringsA" (ByVal nBufferLength As Long, ByVal lpBuffer As String) As Long
Private Declare Function GetDriveType Lib "kernel32" Alias "GetDriveTypeA" (ByVal nDrive As String) As Long

Rate You can access the folder/files from the CDROM through code.This program access the CDROM drive fro (2(2 Vote))
You can access the folder/files from the CDROM through code.This program access the CDROM drive fro.bas

You can access the folder/files from the CDROM through code.This program access the CDROM drive fro Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters