![]()
I did this,
Added the web browser, named it wb
The buttons
The Text Box
and here is the code I did.
None of the buttons work. How could I fix this?Code:Public Class Form1 Private Sub Command5_Click() wb.Refresh() End Sub Private Sub Command3_Click() wb.Stop() End Sub Private Sub Command2_Click() wb.GoForward() End Sub Private Sub Command6_Click() wb.Navigate(Text1.Text) End Sub End Class
Thanks,
AEmaker



Reply With Quote


Bookmarks