Click here to Skip to main content
15,899,313 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionusing mci Pin
locoone14-Jun-06 13:28
locoone14-Jun-06 13:28 
AnswerRe: using mci Pin
Hamid_RT14-Jun-06 19:21
Hamid_RT14-Jun-06 19:21 
GeneralRe: using mci [modified] Pin
locoone15-Jun-06 12:10
locoone15-Jun-06 12:10 
GeneralRe: using mci Pin
Hamid_RT15-Jun-06 20:09
Hamid_RT15-Jun-06 20:09 
GeneralRe: using mci [modified] Pin
locoone16-Jun-06 11:50
locoone16-Jun-06 11:50 
GeneralRe: using mci Pin
Hamid_RT16-Jun-06 19:10
Hamid_RT16-Jun-06 19:10 
GeneralRe: using mci Pin
locoone16-Jun-06 23:19
locoone16-Jun-06 23:19 
QuestionSetupDiEnumDeviceInterfaces() Pin
kitty514-Jun-06 11:04
kitty514-Jun-06 11:04 
AnswerRe: SetupDiEnumDeviceInterfaces() Pin
Jörgen Sigvardsson14-Jun-06 11:41
Jörgen Sigvardsson14-Jun-06 11:41 
Questionscanf bug? Pin
Deian14-Jun-06 9:53
Deian14-Jun-06 9:53 
AnswerRe: scanf bug? Pin
David Crow14-Jun-06 10:46
David Crow14-Jun-06 10:46 
GeneralRe: scanf bug? Pin
Deian14-Jun-06 11:11
Deian14-Jun-06 11:11 
AnswerRe: scanf bug? Pin
Arvind Bharti14-Jun-06 17:16
Arvind Bharti14-Jun-06 17:16 
GeneralRe: scanf bug? Pin
Deian14-Jun-06 21:50
Deian14-Jun-06 21:50 
GeneralRe: scanf bug? Pin
Arvind Bharti15-Jun-06 23:27
Arvind Bharti15-Jun-06 23:27 
GeneralRe: scanf bug? Pin
Deian16-Jun-06 4:57
Deian16-Jun-06 4:57 
AnswerRe: scanf bug? Pin
yogendra kaushik15-Jun-06 2:49
yogendra kaushik15-Jun-06 2:49 
QuestionSetFont for CWnd class [modified] Pin
ns14-Jun-06 9:34
ns14-Jun-06 9:34 
I have a class derived from CWnd (it looks like a label). I want to set the font but the following has no effect.I tried setting from within the class, and also externally (below). Neither matters.
 LOGFONT lf;                        // Used to create the CFont.

memset(&lf, 0, sizeof(LOGFONT));   // Clear out structure.
lf.lfHeight = 6;                  // Request a 6-pixel-high font
strcpy(lf.lfFaceName, "Arial");    //    with face name "Arial".
m_font.CreateFontIndirect(&lf);    // Create the font.

m_grph.SetFont(&m_font);


Confused | :confused:
sb

-- modified at 15:35 Wednesday 14th June, 2006
AnswerRe: SetFont for CWnd class Pin
David Crow14-Jun-06 9:38
David Crow14-Jun-06 9:38 
AnswerRe: SetFont for CWnd class Pin
see me14-Jun-06 17:44
see me14-Jun-06 17:44 
GeneralRe: SetFont for CWnd class Pin
ns16-Jun-06 5:32
ns16-Jun-06 5:32 
AnswerRe: SetFont for CWnd class Pin
Hamid_RT14-Jun-06 19:23
Hamid_RT14-Jun-06 19:23 
QuestionFunction calling standard? Pin
Fame Ketover14-Jun-06 9:22
Fame Ketover14-Jun-06 9:22 
AnswerRe: Function calling standard? Pin
David Crow14-Jun-06 9:32
David Crow14-Jun-06 9:32 
AnswerRe: Function calling standard? Pin
Laxman Auti14-Jun-06 18:30
Laxman Auti14-Jun-06 18:30 

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.