03-05-2007 07:56 AM
03-05-2007 08:01 AM
Hello,
Sorry to disappoint you but the answer is NO. If I'm not mistaken there is an ActiveX control available for RTF. If you search for rtf on the LabWindows forum you might get some more information about this topic.
03-05-2007 08:58 AM
03-05-2007 09:09 AM
Hello Ian,
The Microsoft Rich Text box is not in the list. Am I missing something?
03-05-2007 09:37 AM
I am success to create a Rich Text Box with: Create ---> ActiveX ---> Microsoft Rich Text Box
Many thanks Ian for this help
03-05-2007 12:10 PM
Wim,
Such are the joys of ActiveX controls. They must be installed on the target machine (and the right version too!), so care must be taken when planning to distribute an app. In your case that ActiveX control is not installed on your development machine, hence it is not available.
I don't use that control due to the distribution-related issues, and I was not able to easily find where it comes from. I presume it was part of Windows, IE or Office.
Can anyone out there tell us where the Microsoft Rich Text Box control comes from?