Ok lets say i want to make a web browser with tabs how would i get the first tab to display a webpage like google.ca as soon as the application opens?
BlahHx2 0 Newbie Poster
Recommended Answers
Jump to PostPut this in the form load event.
WebBrowser1.Navigate("www.google.com")
Jump to PostYou have to have the webbrowser control on the tab.
Jump to PostIn your tools there is a control called called webbrowser. Put this control on the tab you want the site to show. If it isn't there add it by right clicking on the toolbox and selecting "Choose Item". Under the .NET Frameworks Components scroll down and check the Webbrowser control.
All 9 Replies
waynespangler 63 Posting Pro in Training
BlahHx2 0 Newbie Poster
waynespangler 63 Posting Pro in Training
BlahHx2 0 Newbie Poster
BlahHx2 0 Newbie Poster
ericstenson 5 Posting Whiz in Training Team Colleague
waynespangler 63 Posting Pro in Training
waynespangler 63 Posting Pro in Training
Jammerx2 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.