What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Internet Explorer Zone (Visual Basic)

Internet Explorer Zone (Visual Basic)
Author: Message:
DJeX
Veteran Member
*****

Avatar


Posts: 1138
Reputation: 11
– / Male / –
Joined: Jul 2003
O.P. Roll Eyes  Internet Explorer Zone (Visual Basic)
How would I add/remove sites from Internet Explorer's Restricted Zone useing Visual Basic? I can't seem to find it on Google.
[Image: top.gif]
12-18-2005 05:50 AM
Profile PM Web Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Internet Explorer Zone (Visual Basic)
Sorry for the late post.

If you have a module for registry access all you need to do is create a key then a dword value in here: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains

So an example would be a subkey named google.ca
and a dword having the name http and the value 4 will add it to the restricted zones.

Easiest way to find things out this way is to use a RegistryMonitor (from http://sysinternals.com) and only watch the iexplore.exe process then add the site and you will see all the registry changes made :).
01-04-2006 05:41 PM
Profile E-Mail PM Find Quote Report
DJeX
Veteran Member
*****

Avatar


Posts: 1138
Reputation: 11
– / Male / –
Joined: Jul 2003
O.P. RE: Internet Explorer Zone (Visual Basic)
:D thanks!
[Image: top.gif]
01-04-2006 06:18 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On