
VB and Web Surfing.. HELP!
if you want a quick and dirty way of opening a browser and going right to a
URL try
SHELL (http://www.myurl.com)
hope this helps
Pete
Quote:
> Hi,
> browser1.navigate http://www.google.com
> hope this helps
> --
> http://www.trafficanalyser.com
> The UK's first dedicated webstats package
> > Craig,
> > If you are OLE-automating IE, read up on it's interface
> > under WebBrowser, which are nearly identical interface-wise.
> > There is quite a bit of information for VB as well, although it is
> > sometimes moved around in MSDN.
> > HTH
> > thomas
> > > In my VB program, I am manipulating an IE Browser Window.
> > > How do I tell it to go to a certain URL address?
> > > In other words, when I run my program, and it opens an IE Window, how
in
> > VB
> > > do I tell it to surf to a specific URL address?