Stopping popups with webbrowser control 
Author Message
 Stopping popups with webbrowser control

Hey all,

Is there a way of stopping the MS IE control from allowing popup windows
when it is embedded in a VB form?

Thanks,
J.



Wed, 08 Sep 2004 03:12:44 GMT  
 Stopping popups with webbrowser control
Have you visited http://www.panicware.com and tried their free Pop-Up
Stopper? It is loaded separately and does a good job of stopping pop-ups.
Because it isn't part of IE or an "add-in", it may do what you want.


Quote:
> Hey all,

> Is there a way of stopping the MS IE control from allowing popup windows
> when it is embedded in a VB form?

> Thanks,
> J.



Wed, 08 Sep 2004 10:48:37 GMT  
 Stopping popups with webbrowser control
If it's a situation where you can change Registry settings you could
shut off scripting.
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones\3

values:
1400     Active scripting
1405     Script ActiveX controls marked as safe for scripting

If you record the values you could change them back when you're done.
While the program is running change them to 3 (disabled). MS has a
webpage somewhere with complete documentation of these settings.

--
--

Quote:
> Hey all,

> Is there a way of stopping the MS IE control from allowing popup windows
> when it is embedded in a VB form?

> Thanks,
> J.



Wed, 08 Sep 2004 13:17:42 GMT  
 Stopping popups with webbrowser control



Quote:
> If it's a situation where you can change Registry settings you could
> shut off scripting.
> HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
> Settings\Zones\3

> values:
> 1400     Active scripting
> 1405     Script ActiveX controls marked as safe for scripting

> If you record the values you could change them back when you're done.
> While the program is running change them to 3 (disabled). MS has a
> webpage somewhere with complete documentation of these settings.

I am talking about a webbrowser control embedded in a form, not Internet
Explorer.

J.



Wed, 08 Sep 2004 17:26:44 GMT  
 Stopping popups with webbrowser control
  They're the same thing. The WB control is just an interface for IE's
browser
window. For instance, if you set WB.Offline = True you'll find that IE has
the setting changed.

--
--

Quote:



> > If it's a situation where you can change Registry settings you could
> > shut off scripting.
> > HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
> > Settings\Zones\3

> > values:
> > 1400     Active scripting
> > 1405     Script ActiveX controls marked as safe for scripting

> > If you record the values you could change them back when you're done.
> > While the program is running change them to 3 (disabled). MS has a
> > webpage somewhere with complete documentation of these settings.

> I am talking about a webbrowser control embedded in a form, not Internet
> Explorer.

> J.



Wed, 08 Sep 2004 22:01:16 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. detecting popups from webbrowser control

2. detecting popups from webbrowser control

3. Webbrowser and popups

4. Disabling Modal Popups in WebBrowser

5. How Do I Stop History In IE WebBrowser Control

6. How to stop image loading in WebBrowser control

7. webbrowser control - how to stop navigation

8. Stopping webpage resizing in WebBrowser control

9. Stop pictures showing in Webbrowser control

10. How Do I Stop History In IE WebBrowser Control

11. WebBrowser control - Java stop!

12. Stopping right-click in WebBrowser Control

 

 
Powered by phpBB® Forum Software