Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Control to display formatted text
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01108311
Message ID:
01108315
Views:
14
This message has been marked as the solution to the initial question of the thread.
You can use Web Browser control. Drop it on a form and add NODEFAULT to Refresh() method. See Re: Possible to feed html to Explorer ole rather than url? Thread #930769 Message #930771 for some sample code.

>
>I need control which would help me to show formated (non-editable) text.
>I found RichText ole control, but it is for user's input, not for showing output.
>I think there should be something related with html.
>for example:
>
>ThisForm.oControl.text = "Label: <b>Value</b><br>Label2: <i>Value2</i>"
>
>... and I see on my form:
>Label: Value
>Label2: Value2
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform