Output text into console window from GUI app
SPONSORED LINKS
Say, if my GUI Win32 app is started from a Command Prompt, can I output text into that console window? FYI, at that point in time I haven’t yet created a window, nor done any of the GUI app calls (RegisterClass, etc.)
I’m pretty much asking for a command like this:
Code:
_tprintf(_T("Hello"));Go here to read the rest:
Output text into console window from GUI app