Click here to Skip to main content
15,891,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Controlling LED using VC++ Pin
Mike O'Neill20-Apr-07 13:51
Mike O'Neill20-Apr-07 13:51 
QuestionCopying HTML page along with the images from it. Pin
Sameer_Thakur19-Apr-07 21:10
Sameer_Thakur19-Apr-07 21:10 
AnswerRe: Copying HTML page along with the images from it. [modified] Pin
V_shr19-Apr-07 23:43
V_shr19-Apr-07 23:43 
QuestionA problem about acceptex Pin
YangHenry19-Apr-07 21:09
YangHenry19-Apr-07 21:09 
AnswerRe: A problem about acceptex Pin
Hamid_RT19-Apr-07 21:27
Hamid_RT19-Apr-07 21:27 
AnswerRe: A problem about acceptex Pin
Michael Dunn20-Apr-07 7:17
sitebuilderMichael Dunn20-Apr-07 7:17 
QuestionTerminateThread Question Pin
Programm3r19-Apr-07 21:03
Programm3r19-Apr-07 21:03 
AnswerRe: TerminateThread Question Pin
Cedric Moonen19-Apr-07 21:19
Cedric Moonen19-Apr-07 21:19 
In general, it is best if you can avoid using TerminateThread because that will really kill the thread (so you won't be able to do clean-up tasks or things like that). What you'll have probably is a kind of loop (while something is true, you continue processing). So, what you could do is set this variable to false in the other thread.


Cédric Moonen
Software developer

Charting control [v1.2 - Updated]

GeneralRe: TerminateThread Question Pin
Programm3r19-Apr-07 21:38
Programm3r19-Apr-07 21:38 
AnswerRe: TerminateThread Question Pin
Hamid_RT19-Apr-07 21:20
Hamid_RT19-Apr-07 21:20 
GeneralRe: TerminateThread Question Pin
Programm3r19-Apr-07 21:49
Programm3r19-Apr-07 21:49 
GeneralRe: TerminateThread Question Pin
Hamid_RT19-Apr-07 21:51
Hamid_RT19-Apr-07 21:51 
AnswerRe: TerminateThread Question Pin
_AnsHUMAN_ 19-Apr-07 21:25
_AnsHUMAN_ 19-Apr-07 21:25 
GeneralRe: TerminateThread Question Pin
Programm3r19-Apr-07 21:50
Programm3r19-Apr-07 21:50 
GeneralRe: TerminateThread Question Pin
_AnsHUMAN_ 19-Apr-07 22:27
_AnsHUMAN_ 19-Apr-07 22:27 
Questionabout keyboard hook Pin
HOW WHAT19-Apr-07 21:02
HOW WHAT19-Apr-07 21:02 
AnswerRe: about keyboard hook Pin
Hamid_RT19-Apr-07 21:22
Hamid_RT19-Apr-07 21:22 
AnswerRe: about keyboard hook Pin
Rajesh R Subramanian19-Apr-07 23:24
professionalRajesh R Subramanian19-Apr-07 23:24 
Questionhide dos window Pin
prathuraj19-Apr-07 20:20
prathuraj19-Apr-07 20:20 
AnswerRe: hide dos window Pin
Paresh Chitte19-Apr-07 20:47
Paresh Chitte19-Apr-07 20:47 
GeneralRe: hide dos window [modified] Pin
prathuraj19-Apr-07 21:51
prathuraj19-Apr-07 21:51 
AnswerRe: hide dos window Pin
Hamid_RT19-Apr-07 21:11
Hamid_RT19-Apr-07 21:11 
QuestionLPWSTR to CString Pin
arunperi19-Apr-07 20:20
arunperi19-Apr-07 20:20 
AnswerRe: LPWSTR to CString Pin
_AnsHUMAN_ 19-Apr-07 20:29
_AnsHUMAN_ 19-Apr-07 20:29 
GeneralRe: LPWSTR to CString Pin
arunperi19-Apr-07 20:51
arunperi19-Apr-07 20:51 

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.