How to disable a WebBrowser control on a window?

G

Guest

Hi,

Windows.Forms application with .NET 2.0.

I have a need to disable user interaction with the WebBrowser control on a
form while another thread runs to completion. But the "enabled" property on
this control is not implemented according to documentation.

How might I disable user interaction with this control?

Thanks,
Jeff
 
H

Herfried K. Wagner [MVP]

Jeff said:
Windows.Forms application with .NET 2.0.

I have a need to disable user interaction with the WebBrowser control on a
form while another thread runs to completion. But the "enabled" property
on
this control is not implemented according to documentation.

How might I disable user interaction with this control?

You may want to try to place the control inside a panel and disable the
panel (untested!).
 

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