windows application without any form and control

  • Thread starter Thread starter Mullin Yu
  • Start date Start date
M

Mullin Yu

i have created a windows application, but i didn't use any form and control
indeed (like console application).

by default, there's a Form1 at the project, can i remove it or hide it so
that it hehaves like a console application.

thanks!
 
Remove the statement "Application.Run(new Form1());" from Main functio
----- Mullin Yu wrote: ----

i have created a windows application, but i didn't use any form and contro
indeed (like console application)

by default, there's a Form1 at the project, can i remove it or hide it s
that it hehaves like a console application

thanks
 
Back
Top