Sending messages from one app to another app
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I have an application where I first load a vb.net app that is going to run in the background. That app then starts another vb.net app that is the user interface (UI). Is there anyway I can send a message (or something) from my UI app to my background app so it can then start a process? If so, how would that be done?