Re: Howto hide a console app window and don't show it in the taskbar
- From: Marc Gravell <marc.gravell@xxxxxxxxx>
- Date: Mon, 09 Jun 2008 15:53:54 +0100
PE means Portable Executable; it is the file format that windows "exe" files use (and in fact "dll"s too).
At the start of this file is the header, which has some flags to tell the OS what to do with it. One of these flags indicates whether that process will need a console.
So basically - when you compile, it sets this flag depending on whether you have chosen your project as a windows exe or a console exe. Just change it to a windows exe.
Marc
.
- Follow-Ups:
- References:
- Howto hide a console app window and don't show it in the taskbar
- From: klwizzard
- Re: Howto hide a console app window and don't show it in the taskbar
- From: Marc Gravell
- Re: Howto hide a console app window and don't show it in the taskbar
- From: klwizzard
- Howto hide a console app window and don't show it in the taskbar
- Prev by Date: Re: Howto hide a console app window and don't show it in the taskbar
- Next by Date: Re: Howto hide a console app window and don't show it in the taskbar
- Previous by thread: Re: Howto hide a console app window and don't show it in the taskbar
- Next by thread: Re: Howto hide a console app window and don't show it in the taskbar
- Index(es):
Relevant Pages
|