Interthread communications
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
In the past using C/C++ in a multi-threaded application I used postthreadmessage(..) and GetMessage() to send messages between threads. I am working on a VB .NET application and would like to use a similar architecture but I am unable to locate a similar call in .NET. Does anyone know where I might find it?