Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change color of a substring of a caption
Message
From
05/03/2019 10:14:22
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01666960
Message ID:
01666991
Views:
60
>Hi,
>
>I have a window/form that has many check boxes. Each check box has a caption. I want to add a text box at the top of the form so that the user can search for any check box caption which contains the entered text. For example, when a user enters "fox", a method of the form will scan all check boxes and check if the caption has the word "fox." So far, it is all fairly easy to do.
>
>But then I want the substring of the caption to change the color (or make it bold). For example, if a check box has a caption
>"Visual FoxPro" I want the word/substring "Fox" to be highlighted by a color or make it bold.
>
>Is this possible? And if yes, how? TIA

Create a bmp graphic and display that.
If you need to change it, re-create the bmp.
You could display it however you want.

Rick Strahl has some code for generating a bmp:
(He used it to make a captcha, but you have all the basics you need to create a bmp from text)

https://www.west-wind.com/wconnect/weblog/ShowEntry.blog?id=556
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform