How to create an application that has no GUI and does not start in console.
i want make application, that
- not open console, when started
- has no gui
- visible in task manager's processes tab
one way of doing creating new forms application , playing it's graphical properties, don't it. there proper way of doing in .net?
a winservice out of question, best description of want achieve (without service start/stop.. overhead).
any thoughts appreciated.
start windows forms application project template. modify main() method in program.cs, don't call application.run().
hans passant.
hans passant.
.NET Framework > Common Language Runtime Internals and Architecture
Comments
Post a Comment