Sunday, 11 August 2013

Open .exe files through .net like notepad , editplus.........

By this tutorial you will able to open another .exe files through .net.
open the exe files or any game  through .net .

Ex- Notepad,editplus,turboc,cmd and games e.t.c
create new window application . For creating new window application click here.

first of all add the namespace..


take 1 button on the click event of the button write the code


then run the program.
Process.start(" "):-give the complete url of the exe file which you want to open between the double quotes.

No comments :

Post a Comment