viper2843 Posted September 20, 2004 Posted September 20, 2004 I want to display whatever is in the console or command prompt inside a text box in my gui app. I also want to be able to typ in commands in that same text box. Does anyone know how to do this? I would like to do this in VB or C#. Thanks. Quote
bri189a Posted September 20, 2004 Posted September 20, 2004 I don't think that will be possible. Quote
HJB417 Posted September 20, 2004 Posted September 20, 2004 I want to display whatever is in the console or command prompt inside a text box in my gui app. I also want to be able to typ in commands in that same text box. Does anyone know how to do this? I would like to do this in VB or C#. Thanks. I would try the In/Out properties or GetIn/GetOut methods. Thought no console is displayed in non-console projects, hopefully you'll still be able to recieve and send text to the console class. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.