Click here to Skip to main content
15,900,378 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: animation Pin
ashish dogra27-Jun-06 3:25
ashish dogra27-Jun-06 3:25 
GeneralRe: animation Pin
Rage27-Jun-06 3:29
professionalRage27-Jun-06 3:29 
GeneralRe: animation [modified] Pin
ashish dogra27-Jun-06 3:38
ashish dogra27-Jun-06 3:38 
GeneralRe: animation Pin
_AnsHUMAN_ 27-Jun-06 3:36
_AnsHUMAN_ 27-Jun-06 3:36 
QuestionRe: animation Pin
David Crow27-Jun-06 3:33
David Crow27-Jun-06 3:33 
AnswerRe: animation Pin
Hamid_RT27-Jun-06 3:36
Hamid_RT27-Jun-06 3:36 
QuestionHow to terminate a thread compulsively? Pin
zouchao111227-Jun-06 2:49
zouchao111227-Jun-06 2:49 
AnswerRe: How to terminate a thread compulsively? Pin
_AnsHUMAN_ 27-Jun-06 2:58
_AnsHUMAN_ 27-Jun-06 2:58 
There are some ways to stop a thread .
1) AfxEndThread()
2) TerminateThread()
3) _endthreadex()

IT's not safe to terminate a thread using the above functions.

You should check for a condition to be true. Whenever that condition turns true and the thread is still running, use return to exit safely from the thread function.

Somethings seem HARD to do, until we know how to do them.
Wink | ;-)
_AnShUmAn_
AnswerRe: How to terminate a thread compulsively? Pin
Rage27-Jun-06 3:27
professionalRage27-Jun-06 3:27 
AnswerRe: How to terminate a thread compulsively? Pin
David Crow27-Jun-06 3:38
David Crow27-Jun-06 3:38 
AnswerRe: How to terminate a thread compulsively? [modified] Pin
Joe Woodbury27-Jun-06 6:23
professionalJoe Woodbury27-Jun-06 6:23 
AnswerRe: How to terminate a thread compulsively? Pin
mikeorama1234527-Jun-06 6:47
mikeorama1234527-Jun-06 6:47 
Questionwin32 static library Pin
sach!!27-Jun-06 2:36
sach!!27-Jun-06 2:36 
AnswerRe: win32 static library Pin
David Crow27-Jun-06 3:42
David Crow27-Jun-06 3:42 
AnswerRe: win32 static library Pin
Michael Dunn27-Jun-06 6:44
sitebuilderMichael Dunn27-Jun-06 6:44 
GeneralRe: win32 static library Pin
sach!!27-Jun-06 19:01
sach!!27-Jun-06 19:01 
GeneralRe: win32 static library Pin
Rilhas9-Jul-06 6:53
Rilhas9-Jul-06 6:53 
GeneralRe: win32 static library Pin
sach!!9-Jul-06 20:40
sach!!9-Jul-06 20:40 
QuestionPlz Help Processes Pin
Programm3r27-Jun-06 1:51
Programm3r27-Jun-06 1:51 
AnswerRe: Plz Help Processes Pin
James R. Twine27-Jun-06 1:54
James R. Twine27-Jun-06 1:54 
AnswerRe: Plz Help Processes Pin
Hamid_RT27-Jun-06 2:05
Hamid_RT27-Jun-06 2:05 
QuestionAdding a SDI into a dialog based application Pin
cv_k3n27-Jun-06 1:49
cv_k3n27-Jun-06 1:49 
AnswerRe: Adding a SDI into a dialog based application Pin
FarPointer27-Jun-06 1:54
FarPointer27-Jun-06 1:54 
AnswerRe: Adding a SDI into a dialog based application Pin
zouchao111227-Jun-06 2:46
zouchao111227-Jun-06 2:46 
GeneralRe: Adding a SDI into a dialog based application Pin
cv_k3n27-Jun-06 6:43
cv_k3n27-Jun-06 6:43 

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.