Click here to Skip to main content
15,925,868 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to set the "CBS_DROPDOWN " or "CBS_DROPDOWNLIST " to the combobox? Pin
benben27-Nov-03 2:41
benben27-Nov-03 2:41 
QuestionMSDN Mistake? Pin
Abin27-Nov-03 2:36
Abin27-Nov-03 2:36 
AnswerRe: MSDN Mistake? Pin
Ivor S. Sargoytchev27-Nov-03 4:17
Ivor S. Sargoytchev27-Nov-03 4:17 
AnswerRe: MSDN Mistake? Pin
Mike Dimmick27-Nov-03 4:45
Mike Dimmick27-Nov-03 4:45 
GeneralRe: MSDN Mistake? Pin
Abin27-Nov-03 14:04
Abin27-Nov-03 14:04 
QuestionHow to get System Font size? Pin
vgrigor27-Nov-03 2:17
vgrigor27-Nov-03 2:17 
AnswerRe: How to get System Font size? Pin
Roger Allen27-Nov-03 3:19
Roger Allen27-Nov-03 3:19 
AnswerRe: How to get System Font size? Pin
Mike Dimmick27-Nov-03 6:38
Mike Dimmick27-Nov-03 6:38 
This may seem a little round-about:
GetDeviceCaps(NULL, LOGPIXELSX);
GetDeviceCaps(NULL, LOGPIXELSY);
which gives you the number of pixels per inch in each direction.

Setting Small Fonts sets both to 96, Large Fonts sets both to 120, and Custom is something else.
GeneralGetting FontWidth from FontSize Pin
Pazzuzu27-Nov-03 1:28
Pazzuzu27-Nov-03 1:28 
GeneralRe: Getting FontWidth from FontSize Pin
BadJerry27-Nov-03 1:49
BadJerry27-Nov-03 1:49 
GeneralRe: Getting FontWidth from FontSize Pin
Anonymous27-Nov-03 3:05
Anonymous27-Nov-03 3:05 
GeneralRe: Getting FontWidth from FontSize Pin
Roger Allen27-Nov-03 3:24
Roger Allen27-Nov-03 3:24 
GeneralRe: Getting FontWidth from FontSize Pin
Pazzuzu27-Jan-04 21:30
Pazzuzu27-Jan-04 21:30 
QuestionHow to boot from usb flash memory drive? Pin
stpg27-Nov-03 1:16
stpg27-Nov-03 1:16 
AnswerRe: How to boot from usb flash memory drive? Pin
Anonymous27-Nov-03 1:38
Anonymous27-Nov-03 1:38 
AnswerRe: How to boot from usb flash memory drive? Pin
jhwurmbach27-Nov-03 2:38
jhwurmbach27-Nov-03 2:38 
Generaladding HTML help to an existing project Pin
si_6927-Nov-03 1:08
si_6927-Nov-03 1:08 
GeneralGetFont() Pin
v0id_dev27-Nov-03 0:57
v0id_dev27-Nov-03 0:57 
GeneralRe: GetFont() Pin
RChin27-Nov-03 1:01
RChin27-Nov-03 1:01 
GeneralRe: GetFont() Pin
Roger Allen27-Nov-03 3:28
Roger Allen27-Nov-03 3:28 
Generalvideo chat Pin
vnws27-Nov-03 0:26
sussvnws27-Nov-03 0:26 
GeneralRe: video chat Pin
Jerry Evans27-Nov-03 3:54
Jerry Evans27-Nov-03 3:54 
GeneralErase external files Pin
chadell26-Nov-03 23:45
chadell26-Nov-03 23:45 
GeneralRe: Erase external files Pin
Cedric Moonen26-Nov-03 23:53
Cedric Moonen26-Nov-03 23:53 
GeneralRe: Erase external files Pin
chadell27-Nov-03 1:59
chadell27-Nov-03 1:59 

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.