vb6 button ??
hi
can someone tell me how i can change the button text color please ?
if its possible
thx
Button1.Caption = "blublublu"
or
Button1.Text = "blublu"
Depending on which version of VB your using.
To make a button, its drag + drop. To change its caption, you simply change it through the properties window, and to change a buttons caption through an event, you use :
ButtonsName(NotItsText).caption = "This is my buttons new caption"
ok .
so its not possible?...
anyway , very THX for your help!
Well, yea I guess its possible... I just don't know why you would wont a button with colored text.