This should get you started...
http://visualbasic.about.com/od/standalonevb6/l/blnewieinstance.htm
However use the .Navigate instead of .Navigate2 method and to capture the user navigating to another site you will have to create a beforenavigate event. To see how to create such an event use a dummy project and add the webbrowser control (Microsoft Internet Controls).
Good Luck