|
-
Jan 19th, 2010, 11:08 AM
#1
Thread Starter
New Member
How to make this work?
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
-
Jan 19th, 2010, 11:37 AM
#2
Re: How to make this work?
use the .Navigate2 method of the web browser control.
-tg
-
Jan 19th, 2010, 01:45 PM
#3
Thread Starter
New Member
Re: How to make this work?
Im not using the webbrower tool im just using a normal form
-
Jan 19th, 2010, 01:51 PM
#4
Re: How to make this work?
 Originally Posted by zobino
Im not using the webbrower tool im just using a normal form
So what WebBrowser control are you using? I doubt you plan to create your own html parser and everything.
-
Jan 19th, 2010, 01:55 PM
#5
Thread Starter
New Member
Re: How to make this work?
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?
-
Jan 19th, 2010, 02:15 PM
#6
Re: How to make this work?
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
-
Jan 19th, 2010, 02:27 PM
#7
Thread Starter
New Member
Re: How to make this work?
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..
-
Jan 19th, 2010, 03:57 PM
#8
Re: How to make this work?
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|