Hi
I am creating win forms project. Which is launched by an another third party application.
I want to make it a single instance application. And when user launch the application second time, I need to send some string data to existing instance, and trigger a event in existing instance.
How can i perform this
Thanks for the help
dddd