Skip to main content

[archive] Web Browser

  • May 8, 2008
  • 3 replies
  • 0 views

[Migrated content. Thread originally posted on 08 May 2008]

Hi,

Does anyone know if its possible to disable right click using the Acu WebBrowser control.
I've looked around the MSDN site but can only find that if you add this to the html page being displayed it prevents right click.


While this does work, unfortunately the content of the html pages being displayed are under the control of different application.

Thanks,

Shaun

3 replies

[Migrated content. Thread originally posted on 08 May 2008]

Hi,

Does anyone know if its possible to disable right click using the Acu WebBrowser control.
I've looked around the MSDN site but can only find that if you add this to the html page being displayed it prevents right click.


While this does work, unfortunately the content of the html pages being displayed are under the control of different application.

Thanks,

Shaun
I know this isn't the solution you're probably looking for, but you could create a "wrapper" frame that is always there with this code in it and let all of the other web pages be within that frame. Perhaps this would work?

[Migrated content. Thread originally posted on 08 May 2008]

Hi,

Does anyone know if its possible to disable right click using the Acu WebBrowser control.
I've looked around the MSDN site but can only find that if you add this to the html page being displayed it prevents right click.


While this does work, unfortunately the content of the html pages being displayed are under the control of different application.

Thanks,

Shaun
I know this isn't the solution you're probably looking for, but you could create a "wrapper" frame that is always there with this code in it and let all of the other web pages be within that frame. Perhaps this would work?

[Migrated content. Thread originally posted on 08 May 2008]

Hi,

Does anyone know if its possible to disable right click using the Acu WebBrowser control.
I've looked around the MSDN site but can only find that if you add this to the html page being displayed it prevents right click.


While this does work, unfortunately the content of the html pages being displayed are under the control of different application.

Thanks,

Shaun
Thanks,

I'll try that and see what happens.
It a 3rd part reporter/query tool.
THis is an example of drilling from one report to another
192.168.16.99:612/.../SalesSummary.eq

Obviously it wouldn't take a genius to work out how to display another customers details etc.

Shaun