Click here to Skip to main content
15,917,709 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to hide a cmd window in a win32 Console App? Pin
sir_moreno18-Sep-06 0:20
sir_moreno18-Sep-06 0:20 
GeneralRe: How to hide a cmd window in a win32 Console App? Pin
Naveen18-Sep-06 0:33
Naveen18-Sep-06 0:33 
GeneralRe: How to hide a cmd window in a win32 Console App? Pin
sir_moreno18-Sep-06 1:00
sir_moreno18-Sep-06 1:00 
GeneralRe: How to hide a cmd window in a win32 Console App? Pin
Naveen18-Sep-06 1:07
Naveen18-Sep-06 1:07 
GeneralRe: How to hide a cmd window in a win32 Console App? Pin
sir_moreno18-Sep-06 1:18
sir_moreno18-Sep-06 1:18 
GeneralRe: How to hide a cmd window in a win32 Console App? Pin
Naveen18-Sep-06 1:21
Naveen18-Sep-06 1:21 
GeneralRe: How to hide a cmd window in a win32 Console App? Pin
Hamid_RT18-Sep-06 1:26
Hamid_RT18-Sep-06 1:26 
GeneralRe: How to hide a cmd window in a win32 Console App? Pin
sir_moreno18-Sep-06 1:44
sir_moreno18-Sep-06 1:44 
After I choose Win32 new projectI get the options:
Application type:
Windows application - I get a win window popup
Console application - I get a cmd window popup
DLL
Static library
Additional options:
Empty project
Export symbols
Precompiled header
Add common header files for:
ATL
MFC

ShowWindow( GetConsoleWindow(), SW_HIDE ):
now i don't get an error but it just doesn't work:
in Console application - The cmd window popsup
in Windows application - The win window popsup

maybe ther is an option in the proj properties to hide the cmd window?Confused | :confused:




Moreno

GeneralRe: How to hide a cmd window in a win32 Console App? Pin
Naveen18-Sep-06 1:56
Naveen18-Sep-06 1:56 
GeneralRe: How to hide a cmd window in a win32 Console App? Pin
sir_moreno18-Sep-06 2:09
sir_moreno18-Sep-06 2:09 
QuestionDerived classes Pin
Waldermort17-Sep-06 23:48
Waldermort17-Sep-06 23:48 
AnswerRe: Derived classes Pin
toxcct17-Sep-06 23:58
toxcct17-Sep-06 23:58 
GeneralRe: Derived classes Pin
Waldermort18-Sep-06 0:03
Waldermort18-Sep-06 0:03 
GeneralRe: Derived classes Pin
toxcct18-Sep-06 0:08
toxcct18-Sep-06 0:08 
GeneralRe: Derived classes Pin
Waldermort18-Sep-06 0:21
Waldermort18-Sep-06 0:21 
GeneralRe: Derived classes Pin
toxcct18-Sep-06 0:23
toxcct18-Sep-06 0:23 
GeneralRe: Derived classes Pin
Waldermort18-Sep-06 0:36
Waldermort18-Sep-06 0:36 
GeneralRe: Derived classes Pin
Zac Howland18-Sep-06 3:22
Zac Howland18-Sep-06 3:22 
GeneralRe: Derived classes Pin
_AnsHUMAN_ 18-Sep-06 0:37
_AnsHUMAN_ 18-Sep-06 0:37 
GeneralRe: Derived classes Pin
Waldermort18-Sep-06 0:49
Waldermort18-Sep-06 0:49 
AnswerRe: Derived classes Pin
David Crow18-Sep-06 5:18
David Crow18-Sep-06 5:18 
QuestionError in Query execution Pin
vc++_fragrance17-Sep-06 23:22
vc++_fragrance17-Sep-06 23:22 
AnswerRe: Error in Query execution Pin
Nibu babu thomas17-Sep-06 23:34
Nibu babu thomas17-Sep-06 23:34 
AnswerRe: Error in Query execution Pin
toxcct17-Sep-06 23:38
toxcct17-Sep-06 23:38 
AnswerRe: Error in Query execution Pin
pelaez17-Sep-06 23:41
pelaez17-Sep-06 23:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.