Example for class that Inherits System.IO.Stream
(Tuesday, September 14, 2004)
Found the following interesting discussion in the Newsgroups:
need code example for class that Inherits System.IO.Stream by:Bob
| I've never specifically written code to support asynchronous methods. I can't find any good examples on the web, so I was hoping someone here could point me in the right direction.
TIA, Bob
| | | Reply: by:Cor Ligthert
| | | Hi Bob,
The resource kit has great samples.
Look for assynchronous in a program (a kind of semi asynchronous) multithreading Real asynchronous Remoting
http://msdn.microsoft.com/vbasic/vbrkit/default.aspx
And if you have problems installing it
http://msdn.microsoft.com/vbasic/vbrkit/faq/#installvdir
I hope this helps a little bit?
Cor
| | | Reply: by:Bob
| | | Hmmm. Well I need more than that. But maybe I can use MemoryStream after all...
|
Posted by Xander Zelders

|
0 Comments:
Post a Comment
<< Home