IE webbrowser control ques 
Author Message
 IE webbrowser control ques

i have an IE webbrowser control on my app, not file transfer control ok.

Is there away (function call) for me to get notify when the webbrowser
control is finish loading a page?

Is there away to disable the image loading just my webbrowser control??

Thank



Sun, 18 Dec 2005 06:28:06 GMT  
 IE webbrowser control ques

Quote:
> Is there away (function call) for me to get notify when the webbrowser
> control is finish loading a page?

The DocumentComplete event is fired when the page has been downloaded.

Quote:
> Is there away to disable the image loading just my webbrowser
> control??

The control doesn't have any property to do it. But you can set it using the
IDocHostUIHandler interface (look for it in the MSDN).

--
Eduardo A. Morcillo [MS MVP - VB]
http://www.domaindlx.com/e_morcillo



Sun, 18 Dec 2005 13:09:28 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. IE IFrame/WebBrowser control cross-frame security breech

2. Webbrowser control problem with IE

3. Bug in the WebBrowser control with IE 5.5 (Urgent please O:-)

4. IE Favorites & WebBrowser Control

5. IE 3.0 WebBrowser control usage problems

6. Printing frames with IE 4.0 using WebBrowser Control

7. Webbrowser-control: no new IE-window

8. How Do I Stop History In IE WebBrowser Control

9. Webbrowser Control without IE

10. IE WebBrowser Control

11. WebBrowser control and IE

12. IE security settings affect webbrowser control

 

 
Powered by phpBB® Forum Software