TipGiver
Programmer
- Sep 1, 2005
- 1,863
Hello.
dim sr as streamReader = nothing
try
sr= new streamReader(a:\bla.txt)
catch ex as exception
end try
I want to catch and display my error message, if the disk is Not inserted, .. and not show the standard "No disk" error.
Is it possible ?
Tnx
dim sr as streamReader = nothing
try
sr= new streamReader(a:\bla.txt)
catch ex as exception
end try
I want to catch and display my error message, if the disk is Not inserted, .. and not show the standard "No disk" error.
Is it possible ?
Tnx