Click here to Skip to main content
15,911,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to Print a Bitmap on a paper and print ListCtrl values on that Bitmap Pin
G Haranadh1-Sep-05 22:07
G Haranadh1-Sep-05 22:07 
AnswerRe: How to Print a Bitmap on a paper and print ListCtrl values on that Bitmap Pin
G Haranadh2-Sep-05 11:13
G Haranadh2-Sep-05 11:13 
Questionlaoding bitmap over a bitmap Pin
a_david12331-Aug-05 0:13
a_david12331-Aug-05 0:13 
QuestionFile in a resource Pin
Imtiaz Murtaza31-Aug-05 0:09
Imtiaz Murtaza31-Aug-05 0:09 
AnswerRe: File in a resource Pin
ThatsAlok31-Aug-05 1:30
ThatsAlok31-Aug-05 1:30 
Questionworker thread Pin
BaShOr30-Aug-05 23:42
BaShOr30-Aug-05 23:42 
AnswerRe: worker thread Pin
Bob Ciora31-Aug-05 1:17
Bob Ciora31-Aug-05 1:17 
GeneralRe: worker thread Pin
Bob Stanneveld31-Aug-05 8:03
Bob Stanneveld31-Aug-05 8:03 
Hello,

You should use flags to shut the thread down. You could use the <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/terminatethread.asp" rel="nofollow">TerminateThread()</a>[<a target=_blank title='New Window' rel='nofollow' href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/terminatethread.asp">^</a>] or <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_crt__endthread.2c_._endthreadex.asp" rel="nofollow">endthread()</a>[<a target=_blank title='New Window' rel='nofollow' href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_crt__endthread.2c_._endthreadex.asp">^</a>] routines, but these are not safe!

See this[^] article for more information on this 'right' way to stop worker threads.

Hope this helps Big Grin | :-D

Behind every great black man...
            ... is the police. - Conspiracy brother


Blog[^]
QuestionHow to wrap one .EXE inside another Pin
Trollslayer30-Aug-05 23:25
mentorTrollslayer30-Aug-05 23:25 
AnswerRe: How to wrap one .EXE inside another Pin
greenwyx30-Aug-05 23:41
greenwyx30-Aug-05 23:41 
AnswerRe: How to wrap one .EXE inside another Pin
Eytukan31-Aug-05 0:04
Eytukan31-Aug-05 0:04 
GeneralRe: How to wrap one .EXE inside another Pin
Trollslayer31-Aug-05 1:13
mentorTrollslayer31-Aug-05 1:13 
AnswerRe: How to wrap one .EXE inside another Pin
ThatsAlok31-Aug-05 1:32
ThatsAlok31-Aug-05 1:32 
GeneralRe: How to wrap one .EXE inside another Pin
Trollslayer31-Aug-05 1:39
mentorTrollslayer31-Aug-05 1:39 
JokeRe: How to wrap one .EXE inside another Pin
Eytukan31-Aug-05 1:45
Eytukan31-Aug-05 1:45 
JokeRe: How to wrap one .EXE inside another Pin
toxcct31-Aug-05 2:01
toxcct31-Aug-05 2:01 
GeneralRe: How to wrap one .EXE inside another Pin
ThatsAlok31-Aug-05 2:10
ThatsAlok31-Aug-05 2:10 
GeneralRe: How to wrap one .EXE inside another Pin
Eytukan31-Aug-05 3:57
Eytukan31-Aug-05 3:57 
JokeRe: How to wrap one .EXE inside another Pin
toxcct31-Aug-05 4:33
toxcct31-Aug-05 4:33 
JokeRe: How to wrap one .EXE inside another Pin
ThatsAlok31-Aug-05 19:13
ThatsAlok31-Aug-05 19:13 
GeneralRe: How to wrap one .EXE inside another Pin
toxcct31-Aug-05 21:02
toxcct31-Aug-05 21:02 
JokeRe: How to wrap one .EXE inside another Pin
ThatsAlok31-Aug-05 19:14
ThatsAlok31-Aug-05 19:14 
Questionhow to convert a integer from hex to decimal Pin
xiaohe52130-Aug-05 23:06
xiaohe52130-Aug-05 23:06 
AnswerRe: how to convert a integer from hex to decimal Pin
toxcct30-Aug-05 23:16
toxcct30-Aug-05 23:16 
AnswerRe: how to convert a integer from hex to decimal Pin
Cedric Moonen30-Aug-05 23:16
Cedric Moonen30-Aug-05 23:16 

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.