[2005] WebBrowser/MSHTML - Clickable links
I've been working on an application that uses HTML editors for content sections and one issue I've noticed with all MSHTML editors is that when in DesignMode, you cannot click hyperlinks.
Is there a way around this? I thought about using Ctrl + Click like Word does, but I'm not sure how to do that.
Re: [2005] WebBrowser/MSHTML - Clickable links
Re: [2005] WebBrowser/MSHTML - Clickable links
To eleborate on what I'm trying to do...
My application's content editors are supposed to be note/journal areas, where the content is in always-editable form, yet I want to be able to allow users to click on hyperlinks, etc.