G Guest Oct 21, 2004 #1 Is it possible to print to a console in a windows application ? (but only if it's easy) Tia.
B Benny Raymond Oct 21, 2004 #2 If you're trying to print debug info you can do: Debug.Write(string_here) ~Benny
H Herfried K. Wagner [MVP] Oct 21, 2004 #3 Is it possible to print to a console in a windows application ? (but only if it's easy) Click to expand... P/invoke on 'AllocConsole'...
Is it possible to print to a console in a windows application ? (but only if it's easy) Click to expand... P/invoke on 'AllocConsole'...