Click here to Skip to main content
15,914,225 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: subclassing Pin
Waldermort14-Sep-06 5:30
Waldermort14-Sep-06 5:30 
AnswerRe: subclassing Pin
Jun Du14-Sep-06 6:14
Jun Du14-Sep-06 6:14 
AnswerRe: subclassing Pin
ThatsAlok14-Sep-06 21:18
ThatsAlok14-Sep-06 21:18 
AnswerRe: subclassing Pin
ThatsAlok14-Sep-06 21:34
ThatsAlok14-Sep-06 21:34 
QuestionConsole Input Saved To Text File !!!!!!! New To C++ Pin
Mark_Murphy14-Sep-06 3:42
Mark_Murphy14-Sep-06 3:42 
AnswerRe: Console Input Saved To Text File !!!!!!! New To C++ Pin
Zac Howland14-Sep-06 3:57
Zac Howland14-Sep-06 3:57 
GeneralRe: Console Input Saved To Text File !!!!!!! New To C++ Pin
Mark_Murphy14-Sep-06 4:10
Mark_Murphy14-Sep-06 4:10 
QuestionSmart Card Driver Version Pin
irit14-Sep-06 3:33
irit14-Sep-06 3:33 
QuestionHow to execute simple c++ file by microsoft visual studio 6 Pin
alpa shah14-Sep-06 3:12
alpa shah14-Sep-06 3:12 
QuestionRe: How to execute simple c++ file by microsoft visual studio 6 Pin
prasad_som14-Sep-06 3:19
prasad_som14-Sep-06 3:19 
AnswerRe: How to execute simple c++ file by microsoft visual studio 6 Pin
alpa shah14-Sep-06 3:23
alpa shah14-Sep-06 3:23 
AnswerRe: How to execute simple c++ file by microsoft visual studio 6 Pin
alpa shah14-Sep-06 3:27
alpa shah14-Sep-06 3:27 
GeneralRe: How to execute simple c++ file by microsoft visual studio 6 [modified] Pin
prasad_som14-Sep-06 3:41
prasad_som14-Sep-06 3:41 
AnswerRe: How to execute simple c++ file by microsoft visual studio 6 Pin
toxcct14-Sep-06 3:21
toxcct14-Sep-06 3:21 
AnswerRe: How to execute simple c++ file by microsoft visual studio 6 Pin
Mr.Brainley14-Sep-06 3:25
Mr.Brainley14-Sep-06 3:25 
GeneralRe: How to execute simple c++ file by microsoft visual studio 6 Pin
alpa shah14-Sep-06 3:29
alpa shah14-Sep-06 3:29 
GeneralRe: How to execute simple c++ file by microsoft visual studio 6 Pin
alpa shah14-Sep-06 3:32
alpa shah14-Sep-06 3:32 
GeneralRe: How to execute simple c++ file by microsoft visual studio 6 Pin
toxcct14-Sep-06 4:03
toxcct14-Sep-06 4:03 
AnswerRe: How to execute simple c++ file by microsoft visual studio 6 Pin
Hamid_RT15-Sep-06 7:07
Hamid_RT15-Sep-06 7:07 
QuestionHow to make the XP style menu useing "GuiToolkit MFC Extension" library? Pin
gomez_a14-Sep-06 2:55
gomez_a14-Sep-06 2:55 
AnswerRe: How to make the XP style menu useing "GuiToolkit MFC Extension" library? Pin
gomez_a14-Sep-06 2:57
gomez_a14-Sep-06 2:57 
QuestionChange font of a control Pin
Mohammad A Gdeisat14-Sep-06 2:45
Mohammad A Gdeisat14-Sep-06 2:45 
Hi all,

I want to change the font of a control, specifically CListView control, I know how to create a font, and how to select it into a device context, lets assume that my font is ready to use (MyFont), in what dc should I select it???

I have tried:
MyListView.GetDC()->SelectObject(&MyFont);
and
MyListView.GetListCtrl().GetDC()->SelectObject(&MyFont);

and neither of them works!!! so whats the problem?????????

And ever has it been that love knows not its own depth until the hour of separation

QuestionRe: Change font of a control Pin
David Crow14-Sep-06 2:56
David Crow14-Sep-06 2:56 
AnswerRe: Change font of a control Pin
Mohammad A Gdeisat14-Sep-06 4:35
Mohammad A Gdeisat14-Sep-06 4:35 
QuestionModeless dialog always remanins in foreground? Pin
pc_dev14-Sep-06 2:25
pc_dev14-Sep-06 2:25 

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.