Click here to Skip to main content
16,012,025 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: WM_TIMER message never arrives Pin
Hanan88825-Feb-08 22:52
Hanan88825-Feb-08 22:52 
GeneralRe: WM_TIMER message never arrives Pin
ramana.g25-Feb-08 22:59
ramana.g25-Feb-08 22:59 
GeneralRe: WM_TIMER message never arrives Pin
Hanan88825-Feb-08 23:07
Hanan88825-Feb-08 23:07 
GeneralRe: WM_TIMER message never arrives Pin
Tarmo Kalda25-Feb-08 23:13
Tarmo Kalda25-Feb-08 23:13 
GeneralRe: WM_TIMER message never arrives Pin
Hanan88825-Feb-08 23:25
Hanan88825-Feb-08 23:25 
GeneralRe: WM_TIMER message never arrives Pin
Michael Schubert25-Feb-08 23:01
Michael Schubert25-Feb-08 23:01 
GeneralRe: WM_TIMER message never arrives Pin
Hanan88825-Feb-08 23:09
Hanan88825-Feb-08 23:09 
GeneralRe: WM_TIMER message never arrives Pin
ramana.g25-Feb-08 23:22
ramana.g25-Feb-08 23:22 
MSDN says "PeekMessage does not retrieve messages for windows that belong to other threads.". So, the messages from your queue will not be removed by others. They will be in queue till you Peek or Get messages. And you can not PeekMessage from a window queue, where the window is not created by your thread
GeneralRe: WM_TIMER message never arrives Pin
Hanan88825-Feb-08 23:31
Hanan88825-Feb-08 23:31 
AnswerRe: WM_TIMER message never arrives Pin
Hanan88826-Feb-08 2:21
Hanan88826-Feb-08 2:21 
QuestionHow to draw a 3D cube w/o graphics library. Pin
relsirc25-Feb-08 21:55
relsirc25-Feb-08 21:55 
GeneralRe: How to draw a 3D cube w/o graphics library. Pin
Matthew Faithfull25-Feb-08 22:54
Matthew Faithfull25-Feb-08 22:54 
GeneralRe: How to draw a 3D cube w/o graphics library. Pin
CPallini25-Feb-08 23:11
mveCPallini25-Feb-08 23:11 
GeneralRestart system Pin
john563225-Feb-08 21:08
john563225-Feb-08 21:08 
AnswerRe: Restart system Pin
Rajesh R Subramanian25-Feb-08 21:24
professionalRajesh R Subramanian25-Feb-08 21:24 
GeneralRe: Restart system Pin
CPallini25-Feb-08 21:40
mveCPallini25-Feb-08 21:40 
GeneralRe: Restart system Pin
Rajkumar R25-Feb-08 21:46
Rajkumar R25-Feb-08 21:46 
Generalcreate a new process in c Pin
prasadbuddhika25-Feb-08 19:08
prasadbuddhika25-Feb-08 19:08 
GeneralRe: create a new process in c Pin
Maxwell Chen25-Feb-08 19:10
Maxwell Chen25-Feb-08 19:10 
GeneralRe: create a new process in c Pin
Hamid_RT25-Feb-08 19:24
Hamid_RT25-Feb-08 19:24 
GeneralRe: create a new process in c Pin
Xing Chen25-Feb-08 19:50
Xing Chen25-Feb-08 19:50 
GeneralUsing __toascii() got me a runtime access violation Pin
glyfyx25-Feb-08 18:52
glyfyx25-Feb-08 18:52 
GeneralRe: Using __toascii() got me a runtime access violation Pin
Maxwell Chen25-Feb-08 19:03
Maxwell Chen25-Feb-08 19:03 
GeneralRe: Using __toascii() got me a runtime access violation Pin
Mark Salsbery25-Feb-08 19:17
Mark Salsbery25-Feb-08 19:17 
GeneralRe: Using __toascii() got me a runtime access violation Pin
Maxwell Chen25-Feb-08 19:46
Maxwell Chen25-Feb-08 19: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.