Computer Science Canada

Loading website in VB6 program

Author:  Shaun Dreclin [ Tue Mar 14, 2006 10:26 pm ]
Post subject:  Loading website in VB6 program

It shouldnt be too hard I dont think, Im sure theres a way to do it. I just dont know how Razz

Basically I just want it to load in the form window, nothing special

Author:  Brightguy [ Wed Mar 15, 2006 12:28 am ]
Post subject:  Re: Loading website in VB6 program

Try using the "Microsoft Internet Controls". (Press Ctrl+T to add controls into your project.) You can load a page like this:
VisualBASIC:
WebBrowser1.Navigate "www.example.com"

Author:  Shaun Dreclin [ Wed Mar 15, 2006 3:52 am ]
Post subject: 

Thankyou! I figured I would have to add a thing to the toolbar, I just didnt know where the menu was to do it. Razz


: