User Profile

Collapse

Profile Sidebar

Collapse
payal25
payal25
Last Activity: Aug 18 '08, 05:08 PM
Joined: Aug 7 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • payal25
    started a topic Error 71-Disk not ready ...Please help

    Error 71-Disk not ready ...Please help

    Hi everyone

    I'm getting an error "Disk not ready ". related to scrrun.dll

    I get this error when i try to access the pen drive through a VB 6.0 application.
    I'm using File System Object to access the drive.

    The code is as follows:

    Set fso = CreateObject("S cripting.FileSy stemObject")
    For Each drv In fso.Drives
    With drv
    strDriverType...
    See more | Go to post

  • payal25
    replied to Accessing Pen drive through VB
    Hi

    I am able to get the volume name with the following code.

    Dim fs, d, s
    Set fs = CreateObject("S cripting.FileSy stemObject")
    Set d = fs.GetDrive(fs. GetDriveName(fs .GetAbsolutePat hName("F:")))
    s = "Drive " & d.DriveLetter & ": - " & d.VolumeName
    MsgBox s

    But the problem is
    In GetAbsolutePath Name("F:")...
    See more | Go to post

    Leave a comment:


  • payal25
    started a topic Accessing Pen drive through VB

    Accessing Pen drive through VB

    Hi all,

    I have a VB 6.0 application which needs to perform the following operations:

    1.Should recognise when the the pen drive is inserted.
    2.Should validate if this is a valid pen drive. i.e if the volume name of the drive is "XXXX" then the user should be allowed to access.
    3.To access a file from the drive.
    4.Make changes into this file and save back to the pen drive.

    ...
    See more | Go to post

  • payal25
    started a topic Viewing files from sub folders

    Viewing files from sub folders

    Hi everyone,

    I'm new to this forum .I hope this forum will be great help to me.

    I have an application in VB6.0 where i have to display all the files from a folder.This folder may contain subfolders.

    Is it possible to display these files in the list box with radio button so that the user can make the selection from the list.
    Kindly give the code.Its urgent

    Thank you.
    See more | Go to post
No activity results to display
Show More
Working...