Click here to Skip to main content
15,892,059 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Using Timer with non-dialog class Pin
Richard MacCutchan25-Oct-11 9:55
mveRichard MacCutchan25-Oct-11 9:55 
GeneralRe: Using Timer with non-dialog class Pin
Richard MacCutchan25-Oct-11 10:43
mveRichard MacCutchan25-Oct-11 10:43 
GeneralRe: Using Timer with non-dialog class Pin
PJ Arends25-Oct-11 17:44
professionalPJ Arends25-Oct-11 17:44 
GeneralRe: Using Timer with non-dialog class Pin
PJ Arends25-Oct-11 17:52
professionalPJ Arends25-Oct-11 17:52 
GeneralRe: Using Timer with non-dialog class Pin
Richard MacCutchan25-Oct-11 22:24
mveRichard MacCutchan25-Oct-11 22:24 
AnswerRe: Using Timer with non-dialog class Pin
Chuck O'Toole26-Oct-11 5:09
Chuck O'Toole26-Oct-11 5:09 
GeneralRe: Using Timer with non-dialog class Pin
aangerma26-Oct-11 9:42
aangerma26-Oct-11 9:42 
GeneralRe: Using Timer with non-dialog class Pin
Chuck O'Toole26-Oct-11 9:47
Chuck O'Toole26-Oct-11 9:47 
This is the standard windows message pump, it only causes windows messages to get processed for apps that are not "dialog based". You don't modify this code in any way nor look at the message in that loop. The "dispatch" is done by windows to the proper messsage handler. If you have dialogs, windows does this for you.
GeneralRe: Using Timer with non-dialog class Pin
aangerma26-Oct-11 10:17
aangerma26-Oct-11 10:17 
QuestionI don't understand the value of a token strtok_s Pin
jkirkerx24-Oct-11 13:42
professionaljkirkerx24-Oct-11 13:42 
AnswerRe: I don't understand the value of a token strtok_s Pin
Software_Developer24-Oct-11 14:07
Software_Developer24-Oct-11 14:07 
GeneralRe: I don't understand the value of a token strtok_s Pin
Richard MacCutchan24-Oct-11 21:45
mveRichard MacCutchan24-Oct-11 21:45 
AnswerRe: I don't understand the value of a token strtok_s Pin
Malli_S24-Oct-11 18:55
Malli_S24-Oct-11 18:55 
GeneralRe: I don't understand the value of a token strtok_s Pin
jkirkerx25-Oct-11 5:54
professionaljkirkerx25-Oct-11 5:54 
AnswerRe: I don't understand the value of a token strtok_s Pin
Richard MacCutchan24-Oct-11 21:44
mveRichard MacCutchan24-Oct-11 21:44 
GeneralRe: I don't understand the value of a token strtok_s Pin
jkirkerx25-Oct-11 6:11
professionaljkirkerx25-Oct-11 6:11 
GeneralRe: I don't understand the value of a token strtok_s Pin
Richard MacCutchan25-Oct-11 6:41
mveRichard MacCutchan25-Oct-11 6:41 
GeneralRe: I don't understand the value of a token strtok_s Pin
jkirkerx25-Oct-11 6:52
professionaljkirkerx25-Oct-11 6:52 
GeneralRe: I don't understand the value of a token strtok_s Pin
Richard MacCutchan25-Oct-11 7:07
mveRichard MacCutchan25-Oct-11 7:07 
QuestionSplitter with fixed size Pin
Dialecticus24-Oct-11 8:28
Dialecticus24-Oct-11 8:28 
AnswerRe: Splitter with fixed size Pin
App_24-Oct-11 9:04
App_24-Oct-11 9:04 
GeneralRe: Splitter with fixed size Pin
Dialecticus24-Oct-11 9:30
Dialecticus24-Oct-11 9:30 
AnswerRe: Splitter with fixed size Pin
TheGreatAndPowerfulOz24-Oct-11 9:51
TheGreatAndPowerfulOz24-Oct-11 9:51 
GeneralRe: Splitter with fixed size Pin
Dialecticus24-Oct-11 10:04
Dialecticus24-Oct-11 10:04 
AnswerRe: Solution: use CSplitterWnd::SetRowInfo Pin
Goto_Label_24-Oct-11 11:18
Goto_Label_24-Oct-11 11:18 

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.