Results 1 to 5 of 5

Thread: [RESOLVED] about usb memory card reader

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2002
    Location
    Philippines
    Posts
    877

    Resolved [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..

  2. #2
    Frenzied Member Devion's Avatar
    Join Date
    Sep 2000
    Location
    The Netherlands
    Posts
    1,049

    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'.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2002
    Location
    Philippines
    Posts
    877

    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..

  4. #4
    Frenzied Member Devion's Avatar
    Join Date
    Sep 2000
    Location
    The Netherlands
    Posts
    1,049

    Re: about usb memory card reader

    Initiating a format from within VB?

    Well there are multiple options to do so:

    VB Code:
    1. Shell "Format " & strDriveLetter & ":",, vbMinimized

    Or...

    Use the SHFormatDrive API function. More info @ http://btmtz.mvps.org/shformat/ ..

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2002
    Location
    Philippines
    Posts
    877

    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
  •  



Click Here to Expand Forum to Full Width