Click here to Skip to main content
15,885,782 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CImageList for CTreeCtrl Pin
FarPointer9-Jul-06 20:19
FarPointer9-Jul-06 20:19 
AnswerRe: CImageList for CTreeCtrl Pin
Hamid_RT9-Jul-06 20:26
Hamid_RT9-Jul-06 20:26 
QuestionRe: CImageList for CTreeCtrl [modified] Pin
anu_889-Jul-06 20:57
anu_889-Jul-06 20:57 
AnswerRe: CImageList for CTreeCtrl Pin
Hamid_RT9-Jul-06 21:07
Hamid_RT9-Jul-06 21:07 
QuestionRe: CImageList for CTreeCtrl Pin
anu_889-Jul-06 21:14
anu_889-Jul-06 21:14 
AnswerRe: CImageList for CTreeCtrl Pin
Hamid_RT9-Jul-06 21:23
Hamid_RT9-Jul-06 21:23 
GeneralRe: CImageList for CTreeCtrl Pin
anu_889-Jul-06 22:26
anu_889-Jul-06 22:26 
Question_endthreadex() Pin
Programmer Anju9-Jul-06 19:43
Programmer Anju9-Jul-06 19:43 
I have an application that uses threads. The purpose of one thread is to Listen for any communication request from other machines. This has an infinite while loop. There have to be 2 stopping conditions for the same. One is when it receives a Stop boolean variable, it stops the whole application.

The other condition I want to add is that if it sees a global boolean variable is set (which needs to be set by some other thread of the same application) it should end that particular listen thread only (not the whole application). If I use _endthreadex() how will the other thread form which the boolean variable was set know that the listen thread has actually ended?

I was using TerminateThread() to end the Listen thread because it accepts the handle of the thread as an argument so that I was able to end the thread from some other thread but I see it is not cleaning up after Terminating the thread.
AnswerRe: _endthreadex() Pin
ThatsAlok9-Jul-06 20:39
ThatsAlok9-Jul-06 20:39 
AnswerRe: _endthreadex() Pin
ThatsAlok9-Jul-06 20:49
ThatsAlok9-Jul-06 20:49 
AnswerRe: _endthreadex() Pin
Daniel Lohmann9-Jul-06 21:48
Daniel Lohmann9-Jul-06 21:48 
GeneralRe: _endthreadex() Pin
ThatsAlok9-Jul-06 21:59
ThatsAlok9-Jul-06 21:59 
Questionother then resource editor any method to create dialogbox Pin
Krishnatv9-Jul-06 19:18
Krishnatv9-Jul-06 19:18 
AnswerRe: other then resource editor any method to create dialogbox Pin
_AnsHUMAN_ 9-Jul-06 19:29
_AnsHUMAN_ 9-Jul-06 19:29 
GeneralRe: other then resource editor any method to create dialogbox Pin
Krishnatv9-Jul-06 19:38
Krishnatv9-Jul-06 19:38 
GeneralRe: other then resource editor any method to create dialogbox Pin
_AnsHUMAN_ 9-Jul-06 19:46
_AnsHUMAN_ 9-Jul-06 19:46 
GeneralRe: other then resource editor any method to create dialogbox Pin
Krishnatv9-Jul-06 20:07
Krishnatv9-Jul-06 20:07 
GeneralRe: other then resource editor any method to create dialogbox Pin
_AnsHUMAN_ 9-Jul-06 20:28
_AnsHUMAN_ 9-Jul-06 20:28 
GeneralRe: other then resource editor any method to create dialogbox Pin
Krishnatv9-Jul-06 20:45
Krishnatv9-Jul-06 20:45 
GeneralRe: other then resource editor any method to create dialogbox Pin
Krishnatv9-Jul-06 20:53
Krishnatv9-Jul-06 20:53 
AnswerRe: other then resource editor any method to create dialogbox Pin
ThatsAlok9-Jul-06 19:40
ThatsAlok9-Jul-06 19:40 
AnswerRe: other then resource editor any method to create dialogbox Pin
Hamid_RT9-Jul-06 20:29
Hamid_RT9-Jul-06 20:29 
GeneralRe: other then resource editor any method to create dialogbox Pin
ThatsAlok9-Jul-06 20:36
ThatsAlok9-Jul-06 20:36 
GeneralRe: other then resource editor any method to create dialogbox Pin
Hamid_RT9-Jul-06 21:03
Hamid_RT9-Jul-06 21:03 
GeneralRe: other then resource editor any method to create dialogbox Pin
Krishnatv9-Jul-06 20:51
Krishnatv9-Jul-06 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.