Modifying standard WebBrowser control's context menu

  • Thread starter Marc Scheuner [MVP ADSI]
  • Start date
M

Marc Scheuner [MVP ADSI]

Folks,

I have a web browser control on my WinForms app in C#, and I'd like to
selectively remove/disable some of the standard context menu's
entries.

I've read up on IDocHostUIHandler and ShowContextMenu and all, and I
can now suppress the display of the standard context menu - that much
works.

However, I'd really love to be able to only remove those entries
deemed problematic in my case - and leave the others in there.

Any idea how achieve this?? I can't seem to make much sense of the
docs I got.......

Thanks!
Marc

================================================================
Marc Scheuner May The Source Be With You!
Bern, Switzerland m.scheuner(at)inova.ch
 

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