|
-
Aug 19th, 2005, 06:18 AM
#1
Thread Starter
Fanatic Member
[RESOLVED] about usb memory card reader
hello, i have here a 8 in 1 memory card reader...
i want to create a program that can format using my own vb program
how to create like this?
thanks..
-
Aug 19th, 2005, 06:25 AM
#2
Frenzied Member
Re: about usb memory card reader
The memory card reader automatically assigns drive letters (thus links it to the filesystem). You can use any normal Format application to format those 'drives'.
-
Aug 19th, 2005, 06:38 AM
#3
Thread Starter
Fanatic Member
Re: about usb memory card reader
@Devion
got it... then how to create a function on vb? so that i can perfrom throught
vb program
thanks..
-
Aug 19th, 2005, 06:42 AM
#4
Frenzied Member
Re: about usb memory card reader
Initiating a format from within VB?
Well there are multiple options to do so:
VB Code:
Shell "Format " & strDriveLetter & ":",, vbMinimized
Or...
Use the SHFormatDrive API function. More info @ http://btmtz.mvps.org/shformat/ ..
-
Aug 19th, 2005, 06:43 AM
#5
Thread Starter
Fanatic Member
Re: about usb memory card reader
@Devion
thanks...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|