Click here to Skip to main content
15,909,437 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Shall we change button style of messagebox? Pin
Le@rner13-Dec-08 1:37
Le@rner13-Dec-08 1:37 
AnswerRe: Shall we change button style of messagebox? Pin
Eytukan13-Dec-08 1:37
Eytukan13-Dec-08 1:37 
Questionsystem information Pin
zon_cpp13-Dec-08 0:05
zon_cpp13-Dec-08 0:05 
AnswerRe: system information Pin
Le@rner13-Dec-08 1:11
Le@rner13-Dec-08 1:11 
AnswerRe: system information Pin
Hadi Dayvary14-Dec-08 7:19
professionalHadi Dayvary14-Dec-08 7:19 
GeneralRe: system information Pin
zon_cpp14-Dec-08 21:54
zon_cpp14-Dec-08 21:54 
Questionproblem in THREAD TERMINATE Pin
~Khatri Mitesh~12-Dec-08 23:01
~Khatri Mitesh~12-Dec-08 23:01 
AnswerRe: problem in THREAD TERMINATE Pin
Cedric Moonen12-Dec-08 23:07
Cedric Moonen12-Dec-08 23:07 
~Khatri Mitesh~ wrote:
But on a Specific Condition i want Terminate it and for it I am using TerminateThread() Function


You should never end a thread this way. A much better approach is to simply set a flag that is checked regularly by your thread. When the flag is set, the thread knows it has to end and it will do it naturally (instead of being killed in the middle of something).

Cédric Moonen
Software developer

Charting control [v1.5]
OpenGL game tutorial in C++

AnswerRe: problem in THREAD TERMINATE Pin
Jijo.Raj12-Dec-08 23:20
Jijo.Raj12-Dec-08 23:20 
AnswerRe: problem in THREAD TERMINATE Pin
CPallini13-Dec-08 7:17
mveCPallini13-Dec-08 7:17 
Questionmultimedia timers synchronization Pin
anilaabc12-Dec-08 17:59
anilaabc12-Dec-08 17:59 
AnswerRe: multimedia timers synchronization Pin
Stuart Dootson13-Dec-08 1:56
professionalStuart Dootson13-Dec-08 1:56 
GeneralRe: multimedia timers synchronization Pin
Mark Salsbery13-Dec-08 7:16
Mark Salsbery13-Dec-08 7:16 
JokeRe: multimedia timers synchronization Pin
CPallini13-Dec-08 7:19
mveCPallini13-Dec-08 7:19 
GeneralRe: multimedia timers synchronization Pin
Mark Salsbery13-Dec-08 7:25
Mark Salsbery13-Dec-08 7:25 
GeneralRe: multimedia timers synchronization Pin
CPallini13-Dec-08 7:36
mveCPallini13-Dec-08 7:36 
GeneralRe: multimedia timers synchronization Pin
Mark Salsbery13-Dec-08 7:48
Mark Salsbery13-Dec-08 7:48 
GeneralRe: multimedia timers synchronization Pin
Stuart Dootson13-Dec-08 9:33
professionalStuart Dootson13-Dec-08 9:33 
GeneralRe: multimedia timers synchronization Pin
Mark Salsbery13-Dec-08 9:39
Mark Salsbery13-Dec-08 9:39 
GeneralRe: multimedia timers synchronization Pin
CPallini13-Dec-08 9:54
mveCPallini13-Dec-08 9:54 
GeneralRe: multimedia timers synchronization Pin
Stuart Dootson13-Dec-08 9:03
professionalStuart Dootson13-Dec-08 9:03 
GeneralRe: multimedia timers synchronization Pin
Mark Salsbery13-Dec-08 9:13
Mark Salsbery13-Dec-08 9:13 
QuestionImplementation of C preprocessor` Pin
Cassendra12-Dec-08 15:54
Cassendra12-Dec-08 15:54 
AnswerRe: Implementation of C preprocessor` Pin
Garth J Lancaster12-Dec-08 16:08
professionalGarth J Lancaster12-Dec-08 16:08 
GeneralRe: Implementation of C preprocessor` Pin
Cassendra12-Dec-08 20:42
Cassendra12-Dec-08 20:42 

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.