I am thinking to replace the edit box in my GUI with console itself. How can I integrate console in the GUI application, which currently lingers as independent window. And I need to develop in native c++ (MFC). No to CLR (dot net etc).
PS: actually I need to develop a GUI application that starts a lengthy background process and give its concurrent display on GUI's edit box. Since my previous question largely remained unanswered, I thought of this plan