Re: Process.Start() on Terminal Server.
Phil Sayers <[email protected]> Fri, 20 Nov 2009 08:39:24 -0500
| Newsgroups | gmane.comp.windows.devel.dotnet.advanced |
|---|---|
| Message-ID | <000101ca69e6$df9db650$9ed922f0$@net> |
I don't have consistent access to a terminal server to try suggestions at the moment. It may be after Thanksgiving until I can try out & test ideas presented. -----Original Message----- From: Discussion of advanced .NET topics. [mailto:[email protected]] On Behalf Of Peter Ritchie Sent: Thursday, November 19, 2009 4:46 PM To: [email protected] Subject: Re: [ADVANCED-DOTNET] Process.Start() on Terminal Server. Process.Start(String, String) would cause ShellExecuteEx to be pinvoked. If you use Process.Start( ProcessStartInfo), setting ProcessStartInfo.UseShellExecute to false, does that make a difference? That will case CreateProcess to be pinvoked instead. -- Peter =================================== View archives and manage your subscription(s) at http://peach.ease.lsoft.com/archives =================================== View archives and manage your subscription(s) at http://peach.ease.lsoft.com/archives