
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.