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

python - Does anyone know how to configure the hunpos wrapper class on nltk? -

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