I have a sample winform application called (Myapp.exe) with a form and a button. I will launch this application (.exe) from another application.
My questions here is. After launching the (Myapp.exe) application from another application (console or winform), i need to access the state of the button in (Myapp.exe) application. How this is achieved?? Is it possible? Can any one please me on this.