|
-
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.
-
Jan 14th, 2003, 04:18 PM
#2
Never mind! Stupid question really. Long day. Tired eyes. Empty stomach!
I was making some stupid assumptions like .Close would close the class. Im stupid!
time to go home.
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
|