Click to See Complete Forum and Search --> : How to make this work?
zobino
Jan 19th, 2010, 10:08 AM
Hi i have created a webbrowser but i need help
i make a new menustrip tab and there i type "the creators homepage" how can i make if you click it you will get to my homepage
techgnome
Jan 19th, 2010, 10:37 AM
use the .Navigate2 method of the web browser control.
-tg
zobino
Jan 19th, 2010, 12:45 PM
Im not using the webbrower tool im just using a normal form
JuggaloBrotha
Jan 19th, 2010, 12:51 PM
Im not using the webbrower tool im just using a normal formSo what WebBrowser control are you using? I doubt you plan to create your own html parser and everything.
zobino
Jan 19th, 2010, 12:55 PM
I used a normal form and created a webbrowser its working but i just need help with this...is there any other way i can do this?
I have used Visual basic for months now but i have never created a webbrowser..do you also have any tips and tricks for me?
techgnome
Jan 19th, 2010, 01:15 PM
HUH?! That smoke you are smelling is from my fried brain.... you've said you created a webbrowser, but you've never created one before. That doesn't make sense.... perhaps if you start over, tell us what you have, and what you are trying to do....
-tg
zobino
Jan 19th, 2010, 01:27 PM
I have created a web browser with a menustrip where you can add a new tab and delete tabs
and you know i have Back/refresh/home/go/stop and all other buttons
but anyways i wanna make a new tab or whatever in the menustrip and there i wanna have a text that says "the creators homepage" or whatever and that you can click on it and you will come to my homepage..
techgnome
Jan 19th, 2010, 02:57 PM
okay... so you are using the webbrowser control, then right? How else are you displaying the web sites in the other tabs?
It's the same thing.... button is clicked, a new tab is added, and you set the address of the webbrowser control to the address where you want it to go to.
-tg
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.