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
Printable View
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
Try to do a Right Click on the Dialogue and as part of the properties of the dialogue the FONT attribute appears.....
good luck
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
Try creaing a Font from LOGFONT and then setting it with SetFont to the control
For colour you have to intercept the WM_CTLCOLOR for the dialog/form you use them on
Sally
Try using bitmaps in the form of text