dotnetmonitor.com

 
Index
Previous
Next

 

Sometimes e.MaximumProgress returns a value of 0. If you are trying to control a ProgressBar by dividing e.CurrentProgress by e.MaximumProgress, or by setting a ProgressBars Maximum to e.MaximumProgress, you will get a divide by zero exception. To avoid this, always check the value of e.MaximumProgress before using it.

How do I disable JavaScript?
How do I get XP SP2 Security features?
How can a control in the browser access the DOM of the page that is hosting it?
Why wont the WebBrowser navigate?
How do I block popups?
How do I navigate to a Url that contains escape characters?