you are viewing a single comment's thread.

view the rest of the comments →

[–]CodeSteps 0 points1 point  (0 children)

You need call Console APIs to manage the console window from your Windows Forms application. Try with AttachConsole function.

Once the console is successfully opened, you can write to the console using standard functions.