Click here to Skip to main content
15,887,135 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: UTC and local time management Pin
Phil C12-Jan-06 13:06
Phil C12-Jan-06 13:06 
GeneralRe: UTC and local time management Pin
jjmv13-Jan-06 7:12
jjmv13-Jan-06 7:12 
GeneralRe: UTC and local time management Pin
Phil C13-Jan-06 12:28
Phil C13-Jan-06 12:28 
GeneralRe: UTC and local time management Pin
jjmv18-Jan-06 3:53
jjmv18-Jan-06 3:53 
AnswerRe: UTC and local time management Pin
ThatsAlok12-Jan-06 17:50
ThatsAlok12-Jan-06 17:50 
Questionkeyboard buffer Pin
Eytukan12-Jan-06 5:06
Eytukan12-Jan-06 5:06 
AnswerRe: keyboard buffer Pin
Owner drawn12-Jan-06 17:00
Owner drawn12-Jan-06 17:00 
GeneralRe: keyboard buffer Pin
Stephen Hewitt12-Jan-06 20:27
Stephen Hewitt12-Jan-06 20:27 
This looks like it will only purge one keyboard message. Shoudn't it be:
MSG msg;
while ( PeekMessage(&msg, 0, WM_KEYFIRST, WM_KEYLAST, PM_REMOVE|PM_NOYIELD) );



Steve
GeneralRe: keyboard buffer Pin
Owner drawn12-Jan-06 20:28
Owner drawn12-Jan-06 20:28 
GeneralRe: keyboard buffer Pin
Eytukan12-Jan-06 21:50
Eytukan12-Jan-06 21:50 
AnswerRe: keyboard buffer Pin
ThatsAlok12-Jan-06 17:37
ThatsAlok12-Jan-06 17:37 
GeneralRe: keyboard buffer Pin
Eytukan12-Jan-06 21:52
Eytukan12-Jan-06 21:52 
QuestionVC6 -> VC7 code blows up from 2 to 20 MiB Pin
Sebastian Schneider12-Jan-06 4:14
Sebastian Schneider12-Jan-06 4:14 
AnswerRe: VC6 -> VC7 code blows up from 2 to 20 MiB Pin
Nish Nishant12-Jan-06 5:00
sitebuilderNish Nishant12-Jan-06 5:00 
AnswerRe: VC6 -> VC7 code blows up from 2 to 20 MiB Pin
Prakash Nadar12-Jan-06 5:25
Prakash Nadar12-Jan-06 5:25 
AnswerRe: VC6 -> VC7 code blows up from 2 to 20 MiB Pin
Chris Losinger12-Jan-06 5:28
professionalChris Losinger12-Jan-06 5:28 
GeneralRe: VC6 -> VC7 code blows up from 2 to 20 MiB Pin
Maximilien12-Jan-06 5:47
Maximilien12-Jan-06 5:47 
GeneralRe: VC6 -> VC7 code blows up from 2 to 20 MiB Pin
peterchen12-Jan-06 11:20
peterchen12-Jan-06 11:20 
GeneralRe: VC6 -> VC7 code blows up from 2 to 20 MiB Pin
Chris Losinger12-Jan-06 11:33
professionalChris Losinger12-Jan-06 11:33 
GeneralRe: VC6 -> VC7 code blows up from 2 to 20 MiB Pin
Sebastian Schneider12-Jan-06 22:00
Sebastian Schneider12-Jan-06 22:00 
QuestionHow to detect a laptop lid is closed? Pin
Amarelia12-Jan-06 3:57
Amarelia12-Jan-06 3:57 
AnswerRe: How to detect a laptop lid is closed? Pin
Vipin Aravind12-Jan-06 4:11
Vipin Aravind12-Jan-06 4:11 
GeneralRe: How to detect a laptop lid is closed? Pin
Amarelia12-Jan-06 4:24
Amarelia12-Jan-06 4:24 
AnswerRe: How to detect a laptop lid is closed? Pin
FarPointer12-Jan-06 4:58
FarPointer12-Jan-06 4:58 
AnswerRe: How to detect a laptop lid is closed? Pin
Michael Dunn12-Jan-06 6:46
sitebuilderMichael Dunn12-Jan-06 6:46 

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.