C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Resources » Code Snippets » Application windows, menus & toolbars »

How to create Web Browser in vb.net


Posted Date: 29 Aug 2009    Resource Type: Code Snippets    Category: Application windows, menus & toolbars
Author: UltimateRenganMember Level: Diamond    
Rating: 1 out of 5Points: 6



Abstract


Create new windows application by selecting New project.Drag and drop the one text box and button control to form.Add the Browser control to form then double click on the button control to bring up button's click event then put the below code

WebBrowser1.Navigate(TextBox1.Text)


Sample Source Code




Public Class Form1

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
WebBrowser1.Navigate(TextBox1.Text)
End Sub
End Class




Responses


No responses found. Be the first to respond and make money from revenue sharing program.

Feedbacks      
Popular Tags   What are tags ?   Search Tags  
Sign In to add tags.
How to create Web Browser in vb.net  .  

Post Feedback


This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must Sign In to post a response.
Next Resource: Fill Image in Ellipse (WPF)
Previous Resource: Change the order of columns in the DataGridView
Return to Discussion Resource Index
Post New Resource
Category: Application windows, menus & toolbars


Post resources and earn money!
 
More Resources



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use