Helpful Information
 
 
Category: Computer Programming
VB: including a page from the net?

hey there:)
ok ive seen this done befor and i didnt take notes:(
anyway could someone help me out on how you include a url in VB APP so that the page is displayed in the app?
thanks
sir p

What kind of VB app? Is it a stand alone application or something is access or excel?

hey man,
Stand alone..
any ideas?
cheers :thumbsup:

P

Well, assuming your using VB6:
1. right click on your control toolbar
2. Select 'Components...'
3. Scroll down in the list to 'Microsoft Internet Controls'
4. Check the box and press 'OK' now a icon of the earth will appear on your control toolbar
5. Then just create that control on your form
6. Then on your form_load sub (assuming you want it to load the page right away add:


[ControlName].Navigate "http://www.myaddress.com"

And when you start your program it should load it up. You also can specify local html files too.

I was gonna say the same thing :)










privacy (GDPR)