How Many Windows In A Form Can Have Console?
Answers
Answered by
0
If I compile this with default options (using csc at command line), as expected, it will compile to a console application. Also, because I imported System.Windows.Forms, it will also show a message box.
Now, if I use the option /target:winexe, which I think is the same as choosing Windows Application from within project options, as expected I will only see the Message Box and no console output.
(In fact, the moment it is launched from command line, I can issue the next command before the application has even completed
Similar questions
Computer Science,
6 months ago
English,
6 months ago
Science,
6 months ago
English,
1 year ago
Hindi,
1 year ago