Click here to Skip to main content
15,918,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: class drop down...function completion Pin
Chris Losinger25-Jul-02 8:38
professionalChris Losinger25-Jul-02 8:38 
GeneralCComboBox question Pin
JennyP25-Jul-02 7:10
JennyP25-Jul-02 7:10 
GeneralRe: CComboBox question Pin
Joaquín M López Muñoz25-Jul-02 8:08
Joaquín M López Muñoz25-Jul-02 8:08 
GeneralKnock My Socks Off Pin
Ken Mazaika25-Jul-02 7:03
Ken Mazaika25-Jul-02 7:03 
GeneralRe: Knock My Socks Off Pin
Joaquín M López Muñoz25-Jul-02 7:15
Joaquín M López Muñoz25-Jul-02 7:15 
GeneralRe: Knock My Socks Off Pin
includeh1025-Jul-02 7:25
includeh1025-Jul-02 7:25 
GeneralRe: Knock My Socks Off Pin
Len Holgate25-Jul-02 12:27
Len Holgate25-Jul-02 12:27 
GeneralChanging font for CStatic and Others Pin
hongheo7625-Jul-02 6:49
hongheo7625-Jul-02 6:49 
Hi,

How to change the font for a CStatic control and others (CListBox, CEdit, etc.) on a dialog based application ?

I tried this with a CStatic control in the OnInitDialog event:

CFont font;

font.CreatePointFont (72, _T ("Arial"));

GetDlgItem(IDC_STATIC)->SetFont(&font);

but it didn't work.

Thanks


GeneralRe: Changing font for CStatic and Others Pin
Joaquín M López Muñoz25-Jul-02 6:55
Joaquín M López Muñoz25-Jul-02 6:55 
GeneralA book or website for Learning Thread process Pin
youssef25-Jul-02 6:37
youssef25-Jul-02 6:37 
GeneralRe: A book or website for Learning Thread process Pin
includeh1025-Jul-02 7:06
includeh1025-Jul-02 7:06 
GeneralRe: A book or website for Learning Thread process Pin
Daniel Lohmann25-Jul-02 9:57
Daniel Lohmann25-Jul-02 9:57 
GeneralRe: A book or website for Learning Thread process Pin
-Dy26-Jul-02 0:01
-Dy26-Jul-02 0:01 
GeneralPropertySheets :: MFC Pin
valikac25-Jul-02 6:25
valikac25-Jul-02 6:25 
GeneralRe: PropertySheets :: MFC Pin
Joaquín M López Muñoz25-Jul-02 6:28
Joaquín M López Muñoz25-Jul-02 6:28 
GeneralRe: PropertySheets :: MFC Pin
valikac25-Jul-02 7:25
valikac25-Jul-02 7:25 
Questionvisual c++ menu bar: Ctoolbar, CDialogBar, or others? Pin
includeh1025-Jul-02 6:23
includeh1025-Jul-02 6:23 
AnswerRe: visual c++ menu bar: Ctoolbar, CDialogBar, or others? Pin
Ken Mazaika25-Jul-02 7:14
Ken Mazaika25-Jul-02 7:14 
GeneralRe: visual c++ menu bar: Ctoolbar, CDialogBar, or others? Pin
includeh1025-Jul-02 7:23
includeh1025-Jul-02 7:23 
GeneralZ order of dialog boxes Pin
includeh1025-Jul-02 6:16
includeh1025-Jul-02 6:16 
GeneralRe: Z order of dialog boxes Pin
Joaquín M López Muñoz25-Jul-02 6:34
Joaquín M López Muñoz25-Jul-02 6:34 
GeneralRe: Z order of dialog boxes Pin
includeh1025-Jul-02 6:41
includeh1025-Jul-02 6:41 
GeneralRe: Z order of dialog boxes Pin
Joaquín M López Muñoz25-Jul-02 7:43
Joaquín M López Muñoz25-Jul-02 7:43 
GeneralRe: Z order of dialog boxes Pin
includeh1025-Jul-02 8:13
includeh1025-Jul-02 8:13 
GeneralUsed TRACE for the first time--its wonderful! Pin
ns25-Jul-02 6:01
ns25-Jul-02 6:01 

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.