|
-
Sep 24th, 2006, 06:31 PM
#2
Re: [2oo3] getting application output
Just to be picky processes don't "return" text. The closest thing a process has to a return value is its exit code, which you cannot obtain until it has exited, which is how function return values work also.
As for getting the output from a process, I suggest that you read the help topic for the ProcessStartInfo.RedirectStandardOutput property, which explains the process and provides a code example. Gigemboy has also provided a code example in the VB.NET CodeBank forum.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|