Click here to Skip to main content
15,921,837 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to change font of Labels in CDialog ? Pin
vgrigor15-Apr-04 2:49
vgrigor15-Apr-04 2:49 
GeneralRe: How to change font of Labels in CDialog ? Pin
Antony M Kancidrowski15-Apr-04 3:00
Antony M Kancidrowski15-Apr-04 3:00 
GeneralRe: How to change font of Labels in CDialog ? Pin
vgrigor15-Apr-04 3:06
vgrigor15-Apr-04 3:06 
GeneralRe: How to change font of Labels in CDialog ? Pin
Antony M Kancidrowski15-Apr-04 3:07
Antony M Kancidrowski15-Apr-04 3:07 
GeneralRe: How to change font of Labels in CDialog ? Pin
vgrigor15-Apr-04 3:11
vgrigor15-Apr-04 3:11 
GeneralInitializing CWinThread member Pin
Member 101882315-Apr-04 2:21
Member 101882315-Apr-04 2:21 
GeneralRe: Initializing CWinThread member Pin
David Crow15-Apr-04 2:51
David Crow15-Apr-04 2:51 
GeneralRe: Initializing CWinThread member Pin
Mike Dimmick15-Apr-04 2:56
Mike Dimmick15-Apr-04 2:56 
The constructor runs on whatever thread creates the CWinThread object (at the point the object is created). InitInstance runs on the thread itself once it has been started.

Typically there isn't much difference between the two, but things like Thread Local Storage will be affected. MFC uses a fair amount of Thread Local Storage internally.

Stability. What an interesting concept. -- Chris Maunder
GeneralSerialize HANDLE Pin
Neha15-Apr-04 1:24
Neha15-Apr-04 1:24 
GeneralRe: Serialize HANDLE Pin
22491715-Apr-04 3:55
22491715-Apr-04 3:55 
GeneralRe: Serialize HANDLE Pin
22491715-Apr-04 4:13
22491715-Apr-04 4:13 
GeneralRe: Serialize HANDLE Pin
antlers15-Apr-04 11:35
antlers15-Apr-04 11:35 
GeneralProgrammatically changing an image in a dialog app Pin
Ashman15-Apr-04 1:19
Ashman15-Apr-04 1:19 
GeneralRe: Programmatically changing an image in a dialog app Pin
vcplusplus15-Apr-04 2:30
vcplusplus15-Apr-04 2:30 
GeneralCDatetimepicker ctl formatting Pin
Ashman15-Apr-04 1:14
Ashman15-Apr-04 1:14 
GeneralRe: CDatetimepicker ctl formatting Pin
Michael P Butler15-Apr-04 2:44
Michael P Butler15-Apr-04 2:44 
GeneralRe: CDatetimepicker ctl formatting Pin
Branislav15-Apr-04 3:09
Branislav15-Apr-04 3:09 
GeneralOut-Of-Memory Pin
Gurra_Koo15-Apr-04 1:13
Gurra_Koo15-Apr-04 1:13 
GeneralRe: Out-Of-Memory Pin
David Crow15-Apr-04 2:52
David Crow15-Apr-04 2:52 
GeneralRe: Out-Of-Memory Pin
Antony M Kancidrowski15-Apr-04 3:06
Antony M Kancidrowski15-Apr-04 3:06 
GeneralRe: Out-Of-Memory Pin
Gurra_Koo15-Apr-04 4:10
Gurra_Koo15-Apr-04 4:10 
GeneralRe: Out-Of-Memory Pin
David Crow15-Apr-04 4:24
David Crow15-Apr-04 4:24 
GeneralRe: Out-Of-Memory Pin
Gurra_Koo15-Apr-04 5:26
Gurra_Koo15-Apr-04 5:26 
GeneralRe: Out-Of-Memory Pin
David Crow15-Apr-04 5:29
David Crow15-Apr-04 5:29 
GeneralRe: Out-Of-Memory Pin
Gurra_Koo15-Apr-04 5:32
Gurra_Koo15-Apr-04 5:32 

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.