Is there a easy way to include a 'console' window into an MDI application,
i'd like to provide an interface for submitting commands to peform
operations [within the application], say for advanced users.
Regards,
Dogears.
Maciej Rudowicz - 23 Aug 2007 09:52 GMT
> Is there a easy way to include a 'console' window into an MDI application,
> i'd like to provide an interface for submitting commands to peform
> operations [within the application], say for advanced users.
>
> Regards,
> Dogears.
Hi!
Try this: http://www.codeproject.com/csharp/winconsole.asp
Regards,
M.R.