Click here to Skip to main content
15,915,093 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Bitmaps and DCs Pin
73Zeppelin14-Mar-03 14:21
73Zeppelin14-Mar-03 14:21 
GeneralRe: Bitmaps and DCs Pin
Chris Losinger14-Mar-03 18:09
professionalChris Losinger14-Mar-03 18:09 
GeneralRe: Bitmaps and DCs Pin
Mike Nordell15-Mar-03 3:21
Mike Nordell15-Mar-03 3:21 
GeneralRe: Bitmaps and DCs Pin
S O S14-Mar-03 8:53
S O S14-Mar-03 8:53 
GeneralRe: Bitmaps and DCs Pin
TomKat14-Mar-03 14:00
TomKat14-Mar-03 14:00 
GeneralRe: Bitmaps and DCs Pin
S O S14-Mar-03 19:35
S O S14-Mar-03 19:35 
GeneralChange Text font on CListCtrl Pin
MyEden14-Mar-03 6:53
MyEden14-Mar-03 6:53 
GeneralRe: Easy fonts with no code Pin
Bill Gates Antimatter Particle14-Mar-03 7:12
Bill Gates Antimatter Particle14-Mar-03 7:12 
Open up the .rc file, search for the IDD of the dialog involved.
look where the font is defined, something like this:

FONT 8, "MS Sans Serif", 0, 0, 0x1

type in the font you want instead e.g:

FONT 9, "Verdana", 0, 0, 0x1. This will change font in whole dialog, but you could just put a clistctrl in a child window, and use this child dialog instead of clistctrl everywhere.Big Grin | :-D

"Life begins at 140"
GeneralRe: Change Text font on CListCtrl Pin
valikac14-Mar-03 12:33
valikac14-Mar-03 12:33 
Questionwhy do I need to import msxml.dll in order to use IHTMLDocument2Ptr m_pHTMLDoc;? Pin
Joan M14-Mar-03 6:51
professionalJoan M14-Mar-03 6:51 
AnswerRe: why do I need to import msxml.dll in order to use IHTMLDocument2Ptr m_pHTMLDoc;? Pin
TomKat14-Mar-03 14:23
TomKat14-Mar-03 14:23 
GeneralRe: why do I need to import msxml.dll in order to use IHTMLDocument2Ptr m_pHTMLDoc;? Pin
Joan M16-Mar-03 21:34
professionalJoan M16-Mar-03 21:34 
GeneralConnect an Access Database.. Pin
Dennis L14-Mar-03 6:37
Dennis L14-Mar-03 6:37 
GeneralRe: Connect an Access Database.. Pin
Steve Schaneville14-Mar-03 9:48
professionalSteve Schaneville14-Mar-03 9:48 
GeneralRe: Connect an Access Database.. Pin
Amit Dey14-Mar-03 12:08
Amit Dey14-Mar-03 12:08 
GeneralMapping a drive in a program Pin
Anonymous14-Mar-03 6:15
Anonymous14-Mar-03 6:15 
GeneralRe: Mapping a drive in a program Pin
Mike Nordell14-Mar-03 17:54
Mike Nordell14-Mar-03 17:54 
GeneralDynamic creation of MFC controls & message handling Pin
Mandar D. Sahasrabuddhe14-Mar-03 6:11
professionalMandar D. Sahasrabuddhe14-Mar-03 6:11 
GeneralRe: Dynamic creation of MFC controls & message handling Pin
valikac14-Mar-03 12:42
valikac14-Mar-03 12:42 
GeneralDialogs within TabCtrl Pin
GWENJi14-Mar-03 3:40
GWENJi14-Mar-03 3:40 
GeneralRe: Dialogs within TabCtrl Pin
GWENJi14-Mar-03 4:30
GWENJi14-Mar-03 4:30 
GeneralRe: Dialogs within TabCtrl Pin
TomKat14-Mar-03 14:18
TomKat14-Mar-03 14:18 
GeneralEDIT BOX Control-Text alignment... Pin
ZarrinPour14-Mar-03 3:28
ZarrinPour14-Mar-03 3:28 
GeneralRe: EDIT BOX Control-Text alignment... Pin
Rob Groves14-Mar-03 11:51
Rob Groves14-Mar-03 11:51 
GeneralRegistering file extension Pin
S O S14-Mar-03 2:33
S O S14-Mar-03 2:33 

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.