Click here to Skip to main content
15,889,462 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to disply pixel data on a dialog? Pin
Hamid_RT7-Aug-07 18:59
Hamid_RT7-Aug-07 18:59 
AnswerRe: how to disply pixel data on a dialog? Pin
Nishad S7-Aug-07 18:59
Nishad S7-Aug-07 18:59 
GeneralRe: how to disply pixel data on a dialog? Pin
ashokbngr7-Aug-07 19:08
ashokbngr7-Aug-07 19:08 
GeneralRe: how to disply pixel data on a dialog? Pin
Nishad S7-Aug-07 19:18
Nishad S7-Aug-07 19:18 
GeneralRe: how to disply pixel data on a dialog? Pin
ashokbngr7-Aug-07 19:24
ashokbngr7-Aug-07 19:24 
GeneralRe: how to disply pixel data on a dialog? Pin
Nishad S7-Aug-07 19:27
Nishad S7-Aug-07 19:27 
GeneralRe: how to disply pixel data on a dialog? Pin
jk chan7-Aug-07 21:42
jk chan7-Aug-07 21:42 
QuestionMake text of CButton non-bold Pin
cagespear7-Aug-07 18:45
cagespear7-Aug-07 18:45 
I am creating a new CButton programatically using following syntax :

CButton *xtn;
xbtn = new CButton();

xbtn->Create(... // relevant syntax


My problem is text of the caption of button is always BOLD. I want it to be default-NON BOLD. I also tried getting a device context and then font and then LOGFONT ... change its weight property to 100 and then setting it as font of button's DC using selectobject() bt even that didnt work.

Please help.

-Cagespear
AnswerRe: Make text of CButton non-bold Pin
Nishad S7-Aug-07 18:50
Nishad S7-Aug-07 18:50 
AnswerRe: Make text of CButton non-bold Pin
Hamid_RT7-Aug-07 19:00
Hamid_RT7-Aug-07 19:00 
QuestionMFC Child Dialog Issue Pin
cagespear7-Aug-07 18:30
cagespear7-Aug-07 18:30 
AnswerRe: MFC Child Dialog Issue Pin
Nishad S7-Aug-07 18:48
Nishad S7-Aug-07 18:48 
AnswerRe: MFC Child Dialog Issue Pin
Hamid_RT7-Aug-07 19:02
Hamid_RT7-Aug-07 19:02 
Questioncreating/exposing global members in an ATL COM DLL Pin
zgilboa7-Aug-07 17:43
zgilboa7-Aug-07 17:43 
QuestionConsole BEEP! (ASCII bell code?) Pin
macklinbob7-Aug-07 16:41
macklinbob7-Aug-07 16:41 
AnswerRe: Console BEEP! (ASCII bell code?) Pin
Mark Salsbery7-Aug-07 16:54
Mark Salsbery7-Aug-07 16:54 
AnswerRe: Console BEEP! (ASCII bell code?) Pin
macklinbob7-Aug-07 18:17
macklinbob7-Aug-07 18:17 
AnswerRe: Console BEEP! (ASCII bell code?) Pin
Hamid_RT7-Aug-07 19:09
Hamid_RT7-Aug-07 19:09 
GeneralRe: Console BEEP! (ASCII bell code?) Pin
ThatsAlok7-Aug-07 23:07
ThatsAlok7-Aug-07 23:07 
GeneralRe: Console BEEP! (ASCII bell code?) Pin
Hamid_RT8-Aug-07 3:48
Hamid_RT8-Aug-07 3:48 
AnswerRe: Console BEEP! (ASCII bell code?) Pin
Eric Strain15-Aug-09 4:59
Eric Strain15-Aug-09 4:59 
QuestionLinked Lists in C++ [modified] Pin
Muhammad Shemyal Nisar7-Aug-07 11:08
Muhammad Shemyal Nisar7-Aug-07 11:08 
AnswerRe: Linked Lists in C++ Pin
Liam O'Hagan7-Aug-07 16:44
Liam O'Hagan7-Aug-07 16:44 
GeneralRe: Linked Lists in C++ Pin
Mark Salsbery7-Aug-07 17:46
Mark Salsbery7-Aug-07 17:46 
GeneralRe: Linked Lists in C++ Pin
ThatsAlok7-Aug-07 23:03
ThatsAlok7-Aug-07 23:03 

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.