[TUTORIAL]Cum sa faci un WebBrowser
Pagina 1 din 1
[TUTORIAL]Cum sa faci un WebBrowser
Cum sa faci un WebBrowser simplu in Visual Studio 2008.
I)Form-ul
1)Adaugati un MenuStrip
-Adaugati un text numit Back
-Adaugati un text numit Forward
-Adaugati un text numit Refresh
-Adaugati un TextBox.
-Adaugati un text numit GO
2)Adaugati un Panel si il selectati pe tot ecranul.
3)Adaugati un WebBrowser si il selectati pe tot ecranul.
II)Codurile
1)Dublu click pe Back si adaugati urmatorul cod:
SCAN:aici
VIDEO:
I)Form-ul
1)Adaugati un MenuStrip
-Adaugati un text numit Back
-Adaugati un text numit Forward
-Adaugati un text numit Refresh
-Adaugati un TextBox.
-Adaugati un text numit GO
2)Adaugati un Panel si il selectati pe tot ecranul.
3)Adaugati un WebBrowser si il selectati pe tot ecranul.
II)Codurile
1)Dublu click pe Back si adaugati urmatorul cod:
- Cod:
WebBrowser1.GoBack()
- Cod:
WebBrowser1.GoForward()
- Cod:
WebBrowser1.Refresh()
- Cod:
WebBrowser1.Navigate(ToolStripTextBox1.Text)
- Cod:
ToolStripTextBox1.Text = WebBrowser1.Url.AbsoluteUri
SCAN:aici
VIDEO:
Pagina 1 din 1
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum