|
-
May 7th, 2001, 07:42 AM
#1
Forecolor of a CommandButton
How can i change the forecolor of a Command button?thanks in advance for any reply.
-
May 7th, 2001, 07:54 AM
#2
Re: Forecolor of a CommandButton
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]
-
May 7th, 2001, 08:05 AM
#3
Re: Forecolor of a CommandButton
-
May 7th, 2001, 08:09 AM
#4
Re: Forecolor of a CommandButton
hey thats nice.thanks a lot.that is good enough for me.but still i'd like to know if there is any API function available to do it.
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
|