Im trying to make a winform that when launched the console also launches but disappears (Goes invisible). Then the code from it gets displayed in a rich text box. (Also the console is run through a .cs file) I'm kinda new to c# so sorry if i don't understand!
Asked
Active
Viewed 53 times
0
-
Do you want to redirect console output of another application to your UI or what do you mean by "the console"? – Lucero Mar 14 '17 at 09:26
-
Place breakpoint at static void Main() method in Program.cs file and start debugging from there by pressing F-11 key you'll get it by your-self – J.SMTBCJ15 Mar 14 '17 at 09:32