Why does my Windows application pop up a console window every time I run it?
By in C# on Jul 14 2006
  • nikhil kansal
    Jul, 2006 14

    Make sure that the target type set in the project properties setting is set to Windows Application, and not Console Application. If you’re using the command line, compile with /target:winexe, not /target:exe.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS