MailSlot in VB?
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Is it possible to utilize MailSlot interprocess communications in Visual Basic? If so, how do I do it? Marcus
-
Is it possible to utilize MailSlot interprocess communications in Visual Basic? If so, how do I do it? Marcus
It is probably possible, but the documention on it is written for C++. That can be found here[^]. There is no class in the .NET Framework that wraps the MailSlot protocol, so you either have to find a thrid party control or library to do it for you or write your own from scratch. Entirely possible in VB.NET, but a bit time consuming... RageInTheMachine9532