Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Programmatically Changing the ForeColor
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00653051
Message ID:
00653057
Views:
18
>How can I change the color of the text in a text box programmatically. The only way I have been able to change the color is by adding the 3 RGB values together so red would be 255 since it is 255,0,0. Blue is 0,0,255 so how would I code this.

ThisForm.Text1.ForeColor = RGB(255,0,0)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform