calculator
C#
5
Posts
5
Posters
0
Views
1
Watching
-
Have a look at Process class
-
Hi, Here is the code snippet: System.Diagnostics.Process p = new System.Diagnostics.Process(); System.Diagnostics.ProcessStartInfo sinfo = new System.Diagnostics.ProcessStartInfo(); sinfo.FileName = @"C:\WINDOWS\system32\calc.exe"; p.StartInfo = sinfo; p.Start(); Thanks,
Gopal.S
-
System.Diagnostics.Process.Start(@"CALC.EXE");
Smile: A curve that can set a lot of things straight! (\ /) (O.o) (><)
i try this, great!
roger wong msn:wenmianbj@hotmail.com