|
-
Jan 14th, 2003, 04:03 PM
#1
Weird:StreamReader*RESOLVED*
Ok maybe I am missing soemthing
but:
I open a file to a stream class
Dim blah As Stream = File.open(blah,blah)
then create a streamreader using the above stream
Dim blahstream As New StreamReader(blah)
now when i .Close() the STREAMREADER, the STREAM is closed as well?!?!? Certainly it shouldn't do that should it?
Last edited by Cander; Jan 14th, 2003 at 04:20 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|