|
-
August 15th, 2001, 03:48 AM
#1
font color on button
hi.
Does any one ever change the font color of commandButton? Does any one know how to do this?
Smile, Shmulik. (-;
-
August 15th, 2001, 07:06 AM
#2
Re: font color on button
Change Style to Graphical and then change the background color
to change forecolor
Put textbox over command button caption. Set the backolor of the text box to the color of the
command button, set borders to None. Change the ForeColor of the Text box.
If you use this, don't forget to add
Private Sub Text1_Click()
Command1_Click
End Sub
Iouri Boutchkine
[email protected]
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
|