Click here to Skip to main content
15,911,789 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: toupper macro key Pin
Chris Losinger13-Jun-05 7:06
professionalChris Losinger13-Jun-05 7:06 
GeneralRe: toupper macro key Pin
Stober13-Jun-05 7:24
Stober13-Jun-05 7:24 
GeneralRe: toupper macro key Pin
Chris Losinger13-Jun-05 7:26
professionalChris Losinger13-Jun-05 7:26 
GeneralRe: toupper macro key Pin
Stober13-Jun-05 8:57
Stober13-Jun-05 8:57 
GeneralVery basic question Pin
Opa Knack13-Jun-05 6:49
Opa Knack13-Jun-05 6:49 
GeneralRe: Very basic question Pin
Maximilien13-Jun-05 7:13
Maximilien13-Jun-05 7:13 
GeneralRe: Very basic question Pin
Budric B.13-Jun-05 7:16
Budric B.13-Jun-05 7:16 
GeneralRe: Very basic question Pin
Opa Knack13-Jun-05 7:28
Opa Knack13-Jun-05 7:28 
well, so i'll have to get used to the MFC, but how do I check the window message like this:

LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
{
switch (message) /* handle the messages */
{
case WM_DESTROY:
PostQuitMessage (0); /* send a WM_QUIT to the message queue */
break;
case WM_PAINT:
// I can't find that in dialog based window apps in mfc
default: /* for messages that we don't deal with */
return DefWindowProc (hwnd, message, wParam, lParam);
}

return 0;
}


GeneralRe: Very basic question Pin
Cedric Moonen13-Jun-05 7:37
Cedric Moonen13-Jun-05 7:37 
GeneralRe: Very basic question Pin
Opa Knack13-Jun-05 7:45
Opa Knack13-Jun-05 7:45 
GeneralRe: Very basic question Pin
Cedric Moonen13-Jun-05 8:03
Cedric Moonen13-Jun-05 8:03 
GeneralRe: Very basic question Pin
David Crow13-Jun-05 7:00
David Crow13-Jun-05 7:00 
GeneralRe: Very basic question Pin
Opa Knack13-Jun-05 10:04
Opa Knack13-Jun-05 10:04 
GeneralRe: Very basic question Pin
David Crow13-Jun-05 8:30
David Crow13-Jun-05 8:30 
QuestionHow do I remove the WS_THICKFRAME style? Pin
Anonymous13-Jun-05 6:12
Anonymous13-Jun-05 6:12 
AnswerRe: How do I remove the WS_THICKFRAME style? Pin
David Crow13-Jun-05 6:17
David Crow13-Jun-05 6:17 
GeneralRe: How do I remove the WS_THICKFRAME style? Pin
Nilesh K.13-Jun-05 15:36
Nilesh K.13-Jun-05 15:36 
AnswerRe: How do I remove the WS_THICKFRAME style? Pin
Nilesh K.13-Jun-05 15:33
Nilesh K.13-Jun-05 15:33 
GeneralTiff Viewer Pin
gaurav88913-Jun-05 5:37
gaurav88913-Jun-05 5:37 
GeneralRe: Tiff Viewer Pin
Chris Losinger13-Jun-05 6:35
professionalChris Losinger13-Jun-05 6:35 
QuestionCan you create Dynamic Object names? Pin
Lagwagon5613-Jun-05 5:30
Lagwagon5613-Jun-05 5:30 
AnswerRe: Can you create Dynamic Object names? Pin
David Crow13-Jun-05 5:39
David Crow13-Jun-05 5:39 
GeneralRe: Can you create Dynamic Object names? Pin
Lagwagon5613-Jun-05 5:52
Lagwagon5613-Jun-05 5:52 
Generalplease help me. NAT problems in Chat program Pin
yanping wang13-Jun-05 5:23
yanping wang13-Jun-05 5:23 
GeneralMessage Reflection Pin
Steve Thresher13-Jun-05 4:58
Steve Thresher13-Jun-05 4:58 

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.