GreenGiant
May 10th, 1999, 04:44 PM
How does one change the font, color, and size of a text box or static text box?
Of all the things I've lost I miss my mind the most
Of all the things I've lost I miss my mind the most
|
Click to See Complete Forum and Search --> : Static Text Control GreenGiant May 10th, 1999, 04:44 PM How does one change the font, color, and size of a text box or static text box? Of all the things I've lost I miss my mind the most Saeed R May 10th, 1999, 05:51 PM Try to do a Right Click on the Dialogue and as part of the properties of the dialogue the FONT attribute appears..... good luck GreenGiant May 10th, 1999, 07:23 PM I only want to modify the one control, not the all the controls, any other ideas? Of all the things I've lost I miss my mind the most sally May 10th, 1999, 08:01 PM Try creaing a Font from LOGFONT and then setting it with SetFont to the control Sally May 10th, 1999, 08:01 PM Try creaing a Font from LOGFONT and then setting it with SetFont to the control sally May 10th, 1999, 08:04 PM For colour you have to intercept the WM_CTLCOLOR for the dialog/form you use them on Sally Sally May 10th, 1999, 08:04 PM For colour you have to intercept the WM_CTLCOLOR for the dialog/form you use them on Sally Saeed R May 10th, 1999, 08:48 PM Try using bitmaps in the form of text codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |