VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Loop through all drives and determine type (hard disk, floppy, CDROM, network, etc)

Anonymous  (267 Submissions)   Windows System Services   Visual Basic 4.0 (32-bit)   Unknown Difficulty   Tue 29th December 1998   Mon 8th February 2021

Loop through all drives and determine type (hard disk, floppy, CDROM, network, etc)

API Declarations



Public Const DRIVE_CDROM = 5
Public Const DRIVE_FIXED = 3
Public Const DRIVE_RAMDISK = 6
Public Const DRIVE_REMOTE = 4
Public Const DRIVE_REMOVABLE = 2

Rate Loop through all drives and determine type (hard disk, floppy, CDROM, network, etc) (2(2 Vote))
Loop through all drives and determine type (hard disk, floppy, CDROM, network, etc).bas

Loop through all drives and determine type (hard disk, floppy, CDROM, network, etc) Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters