How to Open the Game
Hi
I have one Game project EXE file,i want to open the Game through that EXE file when i click a button. I tried one example with the code like as below.
System.Diagnostics.Process.Start("c:\program files\Stardock\Drengin.net\galciv\galciv.exe")
It is working fine.The game is opened,but after one second it is turned back to code window.If you know please tell me, how can i maintained the code to run a game without turn to code window.
mamatha
|