Edit operations in System.Windows.Forms.WebBrowser

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to implement common edit operations (i.e., Cut, Copy, Paste,
Select All and Find) in a System.Windows.Forms.WebBrowser. Are there any
methods or tools for doing so?

Thanks,
Lance
 
Oh, but I guess that WebBrowserShortcutsEnabled does not help if the user
clicks a menu item in my app so I still need help for that.

Thanks again,
Lance
 
Hi

Based on my research, it seems that Managed Webrowser did not expose such
interface.
But I think you may try to post in the newsgropu below to see if there is
any other approach in the unmanaged area.

microsoft.public.windows.inetexplorer.ie5.programming.components.webbrowser_
ctl


Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Peter,

Based on my research, it seems that Managed Webrowser did not expose such
interface.

Right, I would have expected it also to be in the webbrowser direct.

See my reply on the repeated question from the OP where is the way to get it
editable.

I got with that the webbrowser again editable, howeve a really looking buggy
way (I will not say it are bugs, however no documentation as well of course)
and therefore a lot of work.

Just a start of course, because working with MSHTML and the Webbrowser
seems easy, however most time a lot of pain if it becomes to question like
the OP is now asking.

Cor
 
Back
Top