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

C / C++ / MFC

 
GeneralRe: IJW Question Pin
Nick Parker8-May-02 9:31
protectorNick Parker8-May-02 9:31 
GeneralRe: IJW Question Pin
Rama Krishna Vavilala8-May-02 9:40
Rama Krishna Vavilala8-May-02 9:40 
GeneralPrint Preview & Printing Pin
Mash8-May-02 8:51
Mash8-May-02 8:51 
GeneralRe: Print Preview & Printing Pin
Roger Allen9-May-02 2:27
Roger Allen9-May-02 2:27 
GeneralUsing CMenu in a CDialog Pin
8-May-02 7:52
suss8-May-02 7:52 
GeneralRe: Using CMenu in a CDialog Pin
Prem Kumar8-May-02 8:06
Prem Kumar8-May-02 8:06 
GeneralChanging Win32 Object's Font Pin
S van Leent8-May-02 6:05
S van Leent8-May-02 6:05 
GeneralRe: Changing Win32 Object's Font Pin
Roger Allen8-May-02 6:49
Roger Allen8-May-02 6:49 
Create a CFont object in your application and use the WM_SETFONT message

SendMessage(hButton, WM_SETFONT, (WPARAM)Font.m_hObject, MAKELPARAM(TRUE, 0));


Make sure your font object lives for as long as the font is in use by the button.


Roger Allen
Sonork 100.10016

If I had a quote, it would be a very good one.
GeneralRe: Changing Win32 Object's Font Pin
S van Leent8-May-02 8:22
S van Leent8-May-02 8:22 
GeneralRe: Changing Win32 Object's Font Pin
Jeremy Falcon8-May-02 16:13
professionalJeremy Falcon8-May-02 16:13 
GeneralRe: Changing Win32 Object's Font Pin
Jeremy Falcon8-May-02 7:26
professionalJeremy Falcon8-May-02 7:26 
Generaldialog app won't show new changes Pin
jimNLX8-May-02 5:49
jimNLX8-May-02 5:49 
GeneralRe: dialog app won't show new changes Pin
Brian Delahunty8-May-02 6:07
Brian Delahunty8-May-02 6:07 
GeneralRe: dialog app won't show new changes Pin
jimNLX8-May-02 6:11
jimNLX8-May-02 6:11 
GeneralRe: dialog app won't show new changes Pin
Matt Newman8-May-02 15:09
Matt Newman8-May-02 15:09 
GeneralRe: dialog app won't show new changes Pin
Jeremy Falcon8-May-02 16:09
professionalJeremy Falcon8-May-02 16:09 
GeneralRe: dialog app won't show new changes Pin
Matt Newman8-May-02 16:13
Matt Newman8-May-02 16:13 
Generalproblem with ctreectrl Pin
8-May-02 5:21
suss8-May-02 5:21 
GeneralRe: problem with ctreectrl Pin
James R. Twine8-May-02 9:35
James R. Twine8-May-02 9:35 
QuestionDistributing MDAC using Installer 2.0? Pin
paulccc8-May-02 5:19
paulccc8-May-02 5:19 
GeneralCharles petzold's 5th edition is no book for advanced ones Pin
8-May-02 5:06
suss8-May-02 5:06 
GeneralRe: Charles petzold's 5th edition is no book for advanced ones Pin
Joao Vaz8-May-02 6:58
Joao Vaz8-May-02 6:58 
GeneralRe: Charles petzold's 5th edition is no book for advanced ones Pin
adara8-May-02 7:41
adara8-May-02 7:41 
GeneralBrowsing nodes with SHBrowseForFolder Pin
Tim Smith8-May-02 4:44
Tim Smith8-May-02 4:44 
GeneralRe: Browsing nodes with SHBrowseForFolder Pin
James R. Twine8-May-02 9:43
James R. Twine8-May-02 9:43 

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.