V
Visually Seen #
Hey everyone,
Previously, about a month ago I posted a question asking how to remove
the command prompt that always appeared when I ran my Windows Forms
Application EXE.
Well, that was visually and all you hadd to do was to go to the output
type and set it to windows application.
How do I do it manually?
Is it something like:
this.OutputType = WindowsApplication;
?
Thanks,
Visually Seen #
Previously, about a month ago I posted a question asking how to remove
the command prompt that always appeared when I ran my Windows Forms
Application EXE.
Well, that was visually and all you hadd to do was to go to the output
type and set it to windows application.
How do I do it manually?
Is it something like:
this.OutputType = WindowsApplication;
?
Thanks,
Visually Seen #