Click here to Skip to main content
16,003,474 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Why use the Registry? Pin
Vivi Chellappa25-Nov-04 0:56
professionalVivi Chellappa25-Nov-04 0:56 
GeneralProgram closing Pin
lisoft24-Nov-04 15:03
lisoft24-Nov-04 15:03 
GeneralRe: Program closing Pin
Mike Danberg24-Nov-04 15:57
Mike Danberg24-Nov-04 15:57 
GeneralRe: Program closing Pin
lisoft24-Nov-04 17:04
lisoft24-Nov-04 17:04 
GeneralRe: Program closing Pin
Mike Danberg24-Nov-04 17:18
Mike Danberg24-Nov-04 17:18 
GeneralRe: Program closing Pin
lisoft24-Nov-04 18:34
lisoft24-Nov-04 18:34 
GeneralRe: Program closing Pin
lisoft24-Nov-04 19:09
lisoft24-Nov-04 19:09 
GeneralRe: Program closing Pin
Mike Danberg24-Nov-04 19:26
Mike Danberg24-Nov-04 19:26 
Well I'm pretty sure that's what happens when you press the big orange 'X' button.

Try this and you'll see what it does. In any of the drop down menus you have create an option called "Quit" and in the code just put

PostMessage(WM_QUIT, 0, 0);

That will quit the entire app.
Generalfile too big Pin
Fernando A. Gomez F.24-Nov-04 13:47
Fernando A. Gomez F.24-Nov-04 13:47 
GeneralRe: file too big Pin
John R. Shaw24-Nov-04 14:05
John R. Shaw24-Nov-04 14:05 
Questionhow to add a help document in GUI Pin
gerbi24-Nov-04 13:09
gerbi24-Nov-04 13:09 
GeneralProblem Tracker Pin
navek24-Nov-04 12:05
navek24-Nov-04 12:05 
Questionhow to start Sql Server Agent from VC++? Pin
venadder24-Nov-04 10:25
venadder24-Nov-04 10:25 
AnswerRe: how to start Sql Server Agent from VC++? Pin
ThatsAlok24-Nov-04 18:35
ThatsAlok24-Nov-04 18:35 
GeneralRe: how to start Sql Server Agent from VC++? Pin
venadder25-Nov-04 5:56
venadder25-Nov-04 5:56 
GeneralRe: how to start Sql Server Agent from VC++? Pin
venadder25-Nov-04 10:54
venadder25-Nov-04 10:54 
GeneralVC++ .NET ignores output/intermediary directory Pin
Robert Bielik24-Nov-04 9:18
Robert Bielik24-Nov-04 9:18 
GeneralRe: VC++ .NET ignores output/intermediary directory Pin
Andrew Walker24-Nov-04 23:07
Andrew Walker24-Nov-04 23:07 
GeneralRe: VC++ .NET ignores output/intermediary directory Pin
Robert Bielik24-Nov-04 23:10
Robert Bielik24-Nov-04 23:10 
GeneralRe: VC++ .NET ignores output/intermediary directory Pin
Robert Bielik28-Nov-04 20:23
Robert Bielik28-Nov-04 20:23 
Questionhide portions of a window? Pin
Will Davidow24-Nov-04 9:04
Will Davidow24-Nov-04 9:04 
AnswerRe: hide portions of a window? Pin
John R. Shaw24-Nov-04 13:07
John R. Shaw24-Nov-04 13:07 
AnswerRe: hide portions of a window? Pin
Ryan Binns24-Nov-04 17:02
Ryan Binns24-Nov-04 17:02 
GeneralChecking menu Pin
Anonymous24-Nov-04 6:54
Anonymous24-Nov-04 6:54 
GeneralRe: Checking menu Pin
toxcct24-Nov-04 7:00
toxcct24-Nov-04 7:00 

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.