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 = .FileSystem
End With
Next
Msgbox strDriverType
Error 71 is generated when the application tries to get the ".Filesyste m"
Thank you
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 = .FileSystem
End With
Next
Msgbox strDriverType
Error 71 is generated when the application tries to get the ".Filesyste m"
Thank you
Comment