Writing a Web BrowserThis is a featured page

Create a new Windows Forms application (File/New)

add a webbrowser to the form from the toolbox, also add a textbox and a button. change the text on the button to "Go" and position it to the right of the textbox above the webbrowser. in the code for the button, add the following:

Webbrowser1.navigate(textbox1.text)

add another button with the text refresh, and another with the text stop and add the following code

'refresh code
webbrowser1.refresh

'stop code

webbrowser1.stop



More will be added to this tutorial soon!



Mrgameruler
Mrgameruler
Latest page update: made by Mrgameruler , May 18 2008, 10:05 PM EDT (about this update About This Update Mrgameruler Edited by Mrgameruler

85 words added

view changes

- complete history)
Keyword tags: None
More Info: links to this page
There are no threads for this page.  Be the first to start a new thread.