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

C / C++ / MFC

 
QuestionWhere to find the source code of CFontDialog's constructor? Pin
fantasy121516-Dec-07 16:31
fantasy121516-Dec-07 16:31 
GeneralRe: Where to find the source code of CFontDialog's constructor? Pin
Naveen16-Dec-07 16:56
Naveen16-Dec-07 16:56 
GeneralNonblock wait for signal thread Pin
LiYS16-Dec-07 15:26
LiYS16-Dec-07 15:26 
GeneralRe: Nonblock wait for signal thread Pin
Luc Pattyn16-Dec-07 16:09
sitebuilderLuc Pattyn16-Dec-07 16:09 
GeneralRe: Nonblock wait for signal thread Pin
LiYS16-Dec-07 17:13
LiYS16-Dec-07 17:13 
GeneralRe: Nonblock wait for signal thread Pin
Naveen16-Dec-07 17:06
Naveen16-Dec-07 17:06 
GeneralRe: Nonblock wait for signal thread Pin
LiYS16-Dec-07 17:15
LiYS16-Dec-07 17:15 
GeneralRe: Nonblock wait for signal thread Pin
Stephen Hewitt16-Dec-07 19:25
Stephen Hewitt16-Dec-07 19:25 
From MSDN:
Therefore, an application should not use STILL_ACTIVE (259) as an error code. If a thread happens to return STILL_ACTIVE (259) as an error code, applications that test for this value could interpret it to mean that the thread is still running and continue to test for the completion of the thread after the thread has terminated, which could put the application into an infinite loop.


It's best to avoid GetExitCodeThread for this purpose (checking if a thread has finished) IMHO.
Steve

QuestionFormView position Pin
ltallman16-Dec-07 12:43
ltallman16-Dec-07 12:43 
GeneralRe: FormView position Pin
Mark Salsbery17-Dec-07 7:18
Mark Salsbery17-Dec-07 7:18 
GeneralLNK2019 Error Pin
james_dixon_200816-Dec-07 8:15
james_dixon_200816-Dec-07 8:15 
GeneralRe: LNK2019 Error Pin
BhawnaA16-Dec-07 17:26
BhawnaA16-Dec-07 17:26 
GeneralGDI+ ::new Graphics VS new Graphics , any difference in release version? [modified] Pin
followait16-Dec-07 6:27
followait16-Dec-07 6:27 
QuestionRe: GDI+ ::new Graphics VS new Graphics , any difference in release version? Pin
CPallini16-Dec-07 7:15
mveCPallini16-Dec-07 7:15 
GeneralRe: GDI+ ::new Graphics VS new Graphics , any difference in release version? [modified] Pin
Mark Salsbery16-Dec-07 7:50
Mark Salsbery16-Dec-07 7:50 
GeneralReading and writing JPG images using Windows with Visual C++ 2008 free download version Pin
Anthony Appleyard16-Dec-07 5:07
Anthony Appleyard16-Dec-07 5:07 
GeneralRe: Reading and writing JPG images using Windows with Visual C++ 2008 free download version Pin
CPallini16-Dec-07 5:30
mveCPallini16-Dec-07 5:30 
GeneralRe: Reading and writing JPG images using Windows with Visual C++ 2008 free download version Pin
Anthony Appleyard16-Dec-07 6:50
Anthony Appleyard16-Dec-07 6:50 
GeneralRe: Reading and writing JPG images using Windows with Visual C++ 2008 free download version Pin
Anthony Appleyard16-Dec-07 6:53
Anthony Appleyard16-Dec-07 6:53 
JokeSure. Pin
CPallini16-Dec-07 7:08
mveCPallini16-Dec-07 7:08 
JokeRe: Sure. Pin
Nelek16-Dec-07 22:24
protectorNelek16-Dec-07 22:24 
JokeOops Pin
CPallini16-Dec-07 22:42
mveCPallini16-Dec-07 22:42 
GeneralRe: Reading and writing JPG images using Windows with Visual C++ 2008 free download version Pin
Mark Salsbery16-Dec-07 6:59
Mark Salsbery16-Dec-07 6:59 
GeneralRe: Reading and writing JPG images using Windows with Visual C++ 2008 free download version Pin
CPallini16-Dec-07 7:06
mveCPallini16-Dec-07 7:06 
GeneralRe: Reading and writing JPG images using Windows with Visual C++ 2008 free download version Pin
Hamid_RT16-Dec-07 17:41
Hamid_RT16-Dec-07 17:41 

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.