I got the hyperlinks work all right in an Editor Gadget,
but I could not find out, how to change the default
color of the hyperlink.
Any hints?
Editor Gadget, Hyperlink Color
Hyperlink in Editor?
I have found two examples in Code archive with this. One does not really work, while the other one does. However, both examples are only 50% complete. They show'd the link with it's color and such, but forgot to add the ability to launch default browser when link is clicked. Anybody know how to do that?
Reference URL:
http://www.purearea.net/pb/CodeArchiv/G ... -inside.pb
Reference URL:
http://www.purearea.net/pb/CodeArchiv/G ... -inside.pb
I use ShellExecute to do this:
Just replace line 57 of your example with the above...
Code: Select all
ShellExecute_(hParent,"open","http://www.google.com","","",#SW_SHOWNORMAL)