Click to See Complete Forum and Search --> : Chage font color at run time


Greenu Sharma
July 5th, 2001, 07:37 AM
please help me to change the color of button caption at run time..

thanks

Iouri
July 5th, 2001, 07:42 AM
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
iouri@hotsheet.com