VB .NET | App to App Interaction

53 views Asked by At

I want to make a test for my application. I'm using VB.Net and Visual Studio. How can i make this example: App1 has a button but this button is invisible. If you open App2 after App1, App1's button will be visible. But how can i do that. I want to use only VB.Net. Thank you very much!

1

There are 1 answers

0
Alexey On

Shared memory, memory mapped files, pipes or sockets can communicate between processes.