how to show (Application)Process in on Desktop [modified]
C#
1
Posts
1
Posters
0
Views
1
Watching
-
i making an Windows Service Automatic Sheduler, i use following code in a class to run calc.exe, nodepad.exe,and other application or process, but the program appears or Run on background on WindowsTaskManager Process tab, not visible in the desktop. how to bring it to the desktop. code-------- ProcessStartInfo pInfo=new ProcessStartInfo(path); pInfo.WindowStyle=ProcessWindowStyle.Maximized; Process p=Process.Start(pInfo); code-------------- Sanjit.rajbanshi@wlinktech.com -- modified at 5:34 Friday 23rd March, 2007