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...
User Profile
Collapse
-
Error 71-Disk not ready ...Please help
-
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:")... -
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.
... -
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.
No activity results to display
Show More
Leave a comment: