I have developed a small application in VS 2010 (Using VB.NET). My application communicates with another .exe file and shares information. I want my application to start running when the the other .exe file is started. Is this possible? I have heard about attach to process option in VS 2010, How does it work and will it suit my requirement ?
With regards, nandgate