
-----------------------------------
Shaun Dreclin
Tue Mar 14, 2006 10:26 pm

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 :P

Basically I just want it to load in the form window, nothing special

-----------------------------------
Brightguy
Wed Mar 15, 2006 12:28 am

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:WebBrowser1.Navigate "www.example.com"

-----------------------------------
Shaun Dreclin
Wed Mar 15, 2006 3:52 am


-----------------------------------
Thankyou! I figured I would have to add a thing to the toolbar, I just didnt know where the menu was to do it. :P
