Strange behavour of Process
- From: "LarsJ" <LarsJ@xxxxxxxxxxxxx>
- Date: Mon, 20 Jun 2005 12:56:14 -0700
Hi!
Working with an VB.NET app that calls a lot of 3:rd party programs via the
Process class. All calls are made with this pattern:
Dim p as New Process
p.StartInfo.FileName = <full path to the exe-file>
p.StartInfo.Arguments = <arguments to the exe>
p.StartInfo.CreateNoWindow = True
p.StartInfo.UseShellExecute = False
p.StartInfo.RedirectStandardError = True
p.StartInfo.RedirectStandardOutput = True
--
Regards,
Lars Jönson
.
- Follow-Ups:
- RE: Strange behavour of Process
- From: LarsJ
- RE: Strange behavour of Process
- Prev by Date: Re: hosting the runtime
- Next by Date: Re: hosting the runtime
- Previous by thread: Printing to an Epson FX880
- Next by thread: RE: Strange behavour of Process
- Index(es):
Relevant Pages
|
Loading