Disable text selection in Web browser control
How can I disable text selection in Web browser control in Visual B开发者_JAVA百科asic?
I don't think that you can. You could render a transparent control over the WebBrowser control. But that would not only prevent text from being select, but pretty much prevent any interaction with the page altogether.
精彩评论