Go4Expert Founder
9Mar2007,23:00   #11
shabbir's Avatar
You put a textbox in your app and ask for the input from the user and save it in a batch file on some place in the local disk.
Light Poster
9Mar2007,23:05   #12
parkp333's Avatar
no because actually this thing i want is to put some console c++ apllication into a text box... is that possible
Go4Expert Founder
10Mar2007,11:11   #13
shabbir's Avatar
Quote:
Originally Posted by parkp333
no because actually this thing i want is to put some console c++ apllication into a text box... is that possible
I doubt that but may try this.

Have a custom control on the Dialog and change the class of the control to ConsoleWindowClass
see if that works for you.
Light Poster
10Mar2007,12:41   #14
parkp333's Avatar
Ok, yeh well that is not really my point, i want to link a console based program to a text box area inside my GUI window