|
-
Feb 9th, 2011, 09:19 PM
#4
Re: Continously get output of a command line program
The MSDN documentation will tell you the namespace for any and every type you care to lookup. That's just the sort of thing that documentation is for.
That said, the Process class is a component so, if you're using WinForms, the easiest option is to just add a Process instance to your form in the designer. You can then use the Properties window to create event handlers... as normal.
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
|