Jump to content

links in an edit box


Adam1213
 Share

Recommended Posts

Odd. I've been able to create an RTF that shows up as below in AbiWord:

however when I create an AutoIt GUI using the following code:

Local $RTFPlugin = PluginOpen('RTFPlugin.dll')
Local $GUI = GUICreate('Hyperlink Test', 320, 240)
GUISetState()
Local $RTFControl = GUICtrlCreateRTFEdit($GUI, 12, 12, 320 - 24, 240 - 24)
GUICtrlRTFLoad($RTFControl, 'LinkTest.rtf')
Sleep(2000)
PluginClose($RTFPlugin)

the RTF file shows up precisely like this:

that is, the URL is shown instead of being clickable; so now I'm not so sure how to achieve hyperlinks using the RTF plugin. Perhaps Lazycat himself will chance upon this thread and offer some advice.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...