Drag and Drop using the Web Browser control in C#

T

Tony Zhu

Hi, all
I'm using the web browser(class AxSHDocVw.AxWebBrowser) control in C#. I
want to select a text from the web browser and drop it to an edit box. I
failed to implement such functionality because I found this control provided
no mouse related event handler and I also have no idea that when I select a
text, how can I get it?

Many thanks for any suggestions.
 
S

Shakir Hussain

You have to implement IHTMLEditDesigner in your browser. Refer MSDN for
that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top