L
Lou
When a named pipe message returns a message from an asynchronous
"BeginWrite"
operation I assume the response from the call back is on a different thread.
If so how do I get the message to the main thread so I can write it to a
text file.
I know how to use a delegate to display it to a control using "Invoke" but a
class
module has no Invoke?
-Lou Confused...
"BeginWrite"
operation I assume the response from the call back is on a different thread.
If so how do I get the message to the main thread so I can write it to a
text file.
I know how to use a delegate to display it to a control using "Invoke" but a
class
module has no Invoke?
-Lou Confused...