Click here to Skip to main content
15,916,838 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Statics in tab pages on WinXP? Pin
Antony M Kancidrowski17-Jan-05 6:49
Antony M Kancidrowski17-Jan-05 6:49 
GeneralRe: Statics in tab pages on WinXP? Pin
Dominik Reichl17-Jan-05 7:34
Dominik Reichl17-Jan-05 7:34 
GeneralRe: Statics in tab pages on WinXP? Pin
Antony M Kancidrowski17-Jan-05 9:33
Antony M Kancidrowski17-Jan-05 9:33 
GeneralRe: Statics in tab pages on WinXP? Pin
Antony M Kancidrowski17-Jan-05 6:55
Antony M Kancidrowski17-Jan-05 6:55 
AnswerRe: Statics in tab pages on WinXP? Pin
Shog917-Jan-05 7:34
sitebuilderShog917-Jan-05 7:34 
GeneralRe: Statics in tab pages on WinXP? Pin
Antony M Kancidrowski17-Jan-05 9:34
Antony M Kancidrowski17-Jan-05 9:34 
GeneralRe: Statics in tab pages on WinXP? Pin
Dominik Reichl17-Jan-05 10:09
Dominik Reichl17-Jan-05 10:09 
GeneralRe: problem with threads Pin
Martin Koorts17-Jan-05 3:02
Martin Koorts17-Jan-05 3:02 
Hi
suspend just pauses the thread.
You'll have to stop it by using an event, with your worker thread looking out for it and elegantly stopping as soon as it becomes signalled. Alternatively you can call Abort on the thread, but make sure the thread handles the exception thrown from this.

HTH
Martin
GeneralRe: problem with threads Pin
David Crow17-Jan-05 3:52
David Crow17-Jan-05 3:52 
QuestionWhat SW_HIDE is ShowWindow does? Pin
Dimitris Vikeloudas17-Jan-05 2:52
Dimitris Vikeloudas17-Jan-05 2:52 
AnswerRe: What SW_HIDE is ShowWindow does? Pin
Martin Koorts17-Jan-05 3:22
Martin Koorts17-Jan-05 3:22 
Generalproblem with threads Pin
doneirik17-Jan-05 2:34
doneirik17-Jan-05 2:34 
GeneralDirectShow - custom StretchBlt Pin
fukehot17-Jan-05 2:25
fukehot17-Jan-05 2:25 
GeneralGDI and GDIplus Pin
Anonymous17-Jan-05 1:45
Anonymous17-Jan-05 1:45 
GeneralRe: GDI and GDIplus Pin
Martin Koorts17-Jan-05 5:53
Martin Koorts17-Jan-05 5:53 
GeneralRe: GDI and GDIplus Pin
PJ Arends17-Jan-05 8:41
professionalPJ Arends17-Jan-05 8:41 
GeneralImage preview file class Pin
Anonymous17-Jan-05 1:33
Anonymous17-Jan-05 1:33 
GeneralLogoff XP error caused by VC++ Program Pin
vikas vaish17-Jan-05 1:31
vikas vaish17-Jan-05 1:31 
GeneralRe: Logoff XP error caused by VC++ Program Pin
Martin Koorts17-Jan-05 5:04
Martin Koorts17-Jan-05 5:04 
GeneralRe: Logoff XP error caused by VC++ Program Pin
vikas vaish17-Jan-05 21:21
vikas vaish17-Jan-05 21:21 
GeneralRe: Logoff XP error caused by VC++ Program Pin
Martin Koorts17-Jan-05 22:30
Martin Koorts17-Jan-05 22:30 
Generaldatabase and recordbinding Pin
Anonymous17-Jan-05 0:50
Anonymous17-Jan-05 0:50 
GeneralUnique key generation on a network Pin
Giles17-Jan-05 0:39
Giles17-Jan-05 0:39 
GeneralRe: Unique key generation on a network Pin
Martin Koorts17-Jan-05 1:38
Martin Koorts17-Jan-05 1:38 
GeneralRe: Unique key generation on a network Pin
Giles17-Jan-05 2:24
Giles17-Jan-05 2:24 

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.