|
-
May 10th, 1999, 04:44 PM
#1
Static Text Control
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
-
May 10th, 1999, 05:51 PM
#2
Re: Static Text Control
Try to do a Right Click on the Dialogue and as part of the properties of the dialogue the FONT attribute appears.....
good luck
-
May 10th, 1999, 07:23 PM
#3
Re: Static Text Control
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
-
May 10th, 1999, 08:01 PM
#4
Re: Static Text Control
Try creaing a Font from LOGFONT and then setting it with SetFont to the control
-
May 10th, 1999, 08:04 PM
#5
Re: Static Text Control
For colour you have to intercept the WM_CTLCOLOR for the dialog/form you use them on
Sally
-
May 10th, 1999, 08:48 PM
#6
Re: Static Text Control
Try using bitmaps in the form of text
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|