Hi,
I wonder how the SendMessage method is used. I have googled around but can´t find any straight forward method of how to just send a String to another application.
I have 2 desktop applications with a Form handle named: "Application1" and "Application2".
I wonder how I will pass the below string from "Application1" to "Application2" ?
String sendThisString = "Hello from Application1";