Internet Explorer Functions in Visual basic - Printable Version +- BP Forums (https://bpforums.info) +-- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=55) +--- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=56) +---- Forum: VB.NET (Visual Basic 2010/2008) (https://bpforums.info/forumdisplay.php?fid=8) +---- Thread: Internet Explorer Functions in Visual basic (/showthread.php?tid=344) |
Internet Explorer Functions in Visual basic - Protection4Real - 04-13-2011 Hello, i got some question about internet Explorer in visual basic. I just found out that i can use a .dll called SHDocvW or something to use Ie functions and stuff in VB and i got some question about how to do some things xD 1. I want to know how i can get all the current websites that is running in Internet Explorer 2. I want to know how to stop/block a website. 3. i need some help to Convert a Url to a Ip adress 4. it would be nice if you could make some kind of internet explorer watcher that can see when the user changes website/Navigates to a new one. i need this things for my Antivirus program and it would be nice if someone knew how to do this stuffs. you dont need to answaer number 4 it is just something that would be nice to have xD. If you want to know the path of the dll i can trie it: c:\Windows\System32\Shdocvw.dll sorry for the long Topic but that is some stuff that i want to know and i think it might be useful to others <!-- s --><img src="{SMILIES_PATH}/icon_e_smile.gif" alt="" title="Smile" /><!-- s --> just tell me if there is something you didnt understand in my question <!-- s --><img src="{SMILIES_PATH}/icon_e_smile.gif" alt="" title="Smile" /><!-- s --> Re: Internet Explorer Functions in Visual basic - xolara - 04-13-2011 For third try and use the same function commandprompt uses for Ping <!-- w --><a class="postlink" href="http://www.website.com">www.website.com</a><!-- w --> Re: Internet Explorer Functions in Visual basic - brandonio21 - 04-13-2011 See this article for number 3 : <!-- m --><a class="postlink" href="http://pradeep1210.wordpress.com/2010/02/04/launching-and-controlling-external-applications-from-vb-net-application/">http://pradeep1210.wordpress.com/2010/0 ... plication/</a><!-- m --> |