I'm using process.info, process start(); to call an exe on button click in c#.net, but every time I click on the button it calls an exe and opens a duplicate file on the taskbar. I want to just maximize the exe that was already on the taskbar.
I'm facing the problem that it is again and again opening the same file on the button click. Is there any way that it could open an exe only once and on the button click it could maximize the exe file if already opened rather than making duplicate entries?