Click here to Skip to main content
15,908,906 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
AnswerRe: problem in THREAD TERMINATE Pin
Jijo.Raj12-Dec-08 23:20
Jijo.Raj12-Dec-08 23:20 
You should never use TerminateThread(), since it can easly cause deadlock in your application. Check this[^] and the documentation from MSDN below.

MSDN: TerminateThread is a dangerous function that should only be used in the most extreme cases. You should call TerminateThread only if you know exactly what the target thread is doing, and you control all of the code that the target thread could possibly be running at the time of the termination. For example, TerminateThread can result in the following problems:

Well, you could use event object to implement same behavior. Well, in the mean while i found this thread[^] also. May be useful to you.

Regards,
Jijo.

_____________________________________________________

http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.

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 
AnswerRe: Implementation of C preprocessor` Pin
enhzflep12-Dec-08 16:14
enhzflep12-Dec-08 16:14 

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.