Click here to Skip to main content
15,896,606 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Can I use a SetTimer() API in a console c++ app. Pin
Jörgen Sigvardsson24-Sep-11 6:39
Jörgen Sigvardsson24-Sep-11 6:39 
GeneralRe: Can I use a SetTimer() API in a console c++ app. Pin
Randor 24-Sep-11 12:41
professional Randor 24-Sep-11 12:41 
GeneralRe: Can I use a SetTimer() API in a console c++ app. Pin
Jörgen Sigvardsson24-Sep-11 13:00
Jörgen Sigvardsson24-Sep-11 13:00 
QuestionPostThreadMessage does not work sometimes Pin
rahul.kulshreshtha23-Sep-11 1:26
rahul.kulshreshtha23-Sep-11 1:26 
AnswerRe: PostThreadMessage does not work sometimes Pin
Rajesh R Subramanian23-Sep-11 4:05
professionalRajesh R Subramanian23-Sep-11 4:05 
GeneralRe: PostThreadMessage does not work sometimes Pin
Albert Holguin23-Sep-11 5:15
professionalAlbert Holguin23-Sep-11 5:15 
GeneralRe: PostThreadMessage does not work sometimes Pin
Rajesh R Subramanian23-Sep-11 5:23
professionalRajesh R Subramanian23-Sep-11 5:23 
GeneralRe: PostThreadMessage does not work sometimes Pin
Albert Holguin23-Sep-11 5:27
professionalAlbert Holguin23-Sep-11 5:27 
GeneralRe: PostThreadMessage does not work sometimes Pin
Rajesh R Subramanian23-Sep-11 5:46
professionalRajesh R Subramanian23-Sep-11 5:46 
GeneralRe: PostThreadMessage does not work sometimes Pin
Albert Holguin23-Sep-11 6:04
professionalAlbert Holguin23-Sep-11 6:04 
GeneralRe: PostThreadMessage does not work sometimes Pin
Rajesh R Subramanian23-Sep-11 6:07
professionalRajesh R Subramanian23-Sep-11 6:07 
GeneralRe: PostThreadMessage does not work sometimes Pin
Albert Holguin23-Sep-11 6:11
professionalAlbert Holguin23-Sep-11 6:11 
GeneralRe: PostThreadMessage does not work sometimes Pin
Rajesh R Subramanian23-Sep-11 6:14
professionalRajesh R Subramanian23-Sep-11 6:14 
GeneralRe: PostThreadMessage does not work sometimes Pin
rahul.kulshreshtha23-Sep-11 21:37
rahul.kulshreshtha23-Sep-11 21:37 
GeneralRe: PostThreadMessage does not work sometimes Pin
Albert Holguin25-Sep-11 10:24
professionalAlbert Holguin25-Sep-11 10:24 
GeneralRe: PostThreadMessage does not work sometimes Pin
rahul.kulshreshtha26-Sep-11 7:13
rahul.kulshreshtha26-Sep-11 7:13 
GeneralRe: PostThreadMessage does not work sometimes Pin
Albert Holguin26-Sep-11 7:57
professionalAlbert Holguin26-Sep-11 7:57 
GeneralRe: PostThreadMessage does not work sometimes Pin
Rajesh R Subramanian25-Sep-11 22:31
professionalRajesh R Subramanian25-Sep-11 22:31 
GeneralRe: PostThreadMessage does not work sometimes Pin
rahul.kulshreshtha26-Sep-11 7:29
rahul.kulshreshtha26-Sep-11 7:29 
GeneralRe: PostThreadMessage does not work sometimes Pin
Albert Holguin26-Sep-11 7:59
professionalAlbert Holguin26-Sep-11 7:59 
Don't forget to use a mutex (or something similar) to keep threads from accessing the CList simultaneously. That can cause major problems (that will be very hard to fix later on since its hard to diagnose a problem like this).
GeneralRe: PostThreadMessage does not work sometimes Pin
Rajesh R Subramanian23-Sep-11 6:08
professionalRajesh R Subramanian23-Sep-11 6:08 
GeneralRe: PostThreadMessage does not work sometimes Pin
Albert Holguin23-Sep-11 6:13
professionalAlbert Holguin23-Sep-11 6:13 
GeneralRe: PostThreadMessage does not work sometimes Pin
Rajesh R Subramanian23-Sep-11 6:15
professionalRajesh R Subramanian23-Sep-11 6:15 
GeneralRe: PostThreadMessage does not work sometimes Pin
MicroVirus23-Sep-11 5:55
MicroVirus23-Sep-11 5:55 
GeneralRe: PostThreadMessage does not work sometimes Pin
Albert Holguin23-Sep-11 6:05
professionalAlbert Holguin23-Sep-11 6:05 

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.