Im shooting in the dark cause I dont have vb here, but if you go to components and add Microsoft Internet Controls, there is a Web Browser control.
drop it on your form. it has a Navigate event that you can set to a url like so...
This will load vb-world's home page.Code:'In form load WebBrowser1.Navigate("http://www.vb-world.net")
You can add additional functionality using the click event of command buttons or labels to make the browser go to specific web sites using the same navigate event.
That may help. Ive never used the "frmbrowser", though.




Reply With Quote