Click here to Skip to main content
15,919,879 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Loading *.EPS file Pin
jk chan8-Aug-07 0:05
jk chan8-Aug-07 0:05 
QuestionNo of Lines in a .Png file. Pin
zxc897-Aug-07 20:03
zxc897-Aug-07 20:03 
AnswerRe: No of Lines in a .Png file. Pin
Paresh Chitte7-Aug-07 20:20
Paresh Chitte7-Aug-07 20:20 
QuestionSlider control in Toolbar Pin
Anurag Gandhi7-Aug-07 20:03
professionalAnurag Gandhi7-Aug-07 20:03 
AnswerRe: Slider control in Toolbar Pin
Hamid_RT7-Aug-07 20:41
Hamid_RT7-Aug-07 20:41 
GeneralRe: Slider control in Toolbar Pin
Anurag Gandhi7-Aug-07 22:06
professionalAnurag Gandhi7-Aug-07 22:06 
GeneralRe: Slider control in Toolbar Pin
#realJSOP8-Aug-07 0:07
professional#realJSOP8-Aug-07 0:07 
JokeRe: Slider control in Toolbar Pin
toxcct8-Aug-07 0:18
toxcct8-Aug-07 0:18 
GeneralRe: Slider control in Toolbar Pin
Hamid_RT8-Aug-07 3:49
Hamid_RT8-Aug-07 3:49 
QuestionMSI installer setup Pin
rishi_palani7-Aug-07 19:59
rishi_palani7-Aug-07 19:59 
AnswerRe: MSI installer setup Pin
Hamid_RT7-Aug-07 20:35
Hamid_RT7-Aug-07 20:35 
QuestionBattery Status of LAPTOP Pin
saksp7-Aug-07 19:42
saksp7-Aug-07 19:42 
AnswerRe: Battery Status of LAPTOP Pin
bob169727-Aug-07 19:58
bob169727-Aug-07 19:58 
AnswerRe: Battery Status of LAPTOP Pin
Hamid_RT7-Aug-07 20:38
Hamid_RT7-Aug-07 20:38 
AnswerRe: Battery Status of LAPTOP Pin
ThatsAlok7-Aug-07 23:00
ThatsAlok7-Aug-07 23:00 
GeneralRe: Battery Status of LAPTOP Pin
saksp8-Aug-07 0:47
saksp8-Aug-07 0:47 
Questionhow to disply pixel data on a dialog? Pin
ashokbngr7-Aug-07 18:50
ashokbngr7-Aug-07 18:50 
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

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.