Is it possible to have a console window build into a windows form? I know it sounds wierd, but i think it can be done. I would like to be able to execute any dos command from within my application. Thanks!
Printable View
Is it possible to have a console window build into a windows form? I know it sounds wierd, but i think it can be done. I would like to be able to execute any dos command from within my application. Thanks!
I dont know if what your trying is possible , but you could always just create a textbox with console window look and feel, and on return key use System.Diagnostics.Process to create your dos command.
HTH, Stephan