c# - Command-Line Building -


i used command-line building , every time run application, console appears in background. how should rid of this? please see image:

enter image description here

use /target command line option, value winexe:

csc /target:winexe mycode.cs 

Comments

Popular posts from this blog

mod rewrite - Doing external redirect. .htaccess NS flag not working. How to achieve similar results? -

mysql - How to insert just year and month into date field? -