Read it all..
Just wondering how this could be done.
I have a windows forms app, and i want it to output to the same console window that it was started from (I know i can call AllocConsole api and create a new window, but i want to output to the same window the program was run from)

any suggestions?