AEmaker
06-03-2007, 04:25 PM
:confused:
I did this,
Added the web browser, named it wb
The buttons
The Text Box
and here is the code I did.
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
None of the buttons work. How could I fix this?
Thanks,
AEmaker
I did this,
Added the web browser, named it wb
The buttons
The Text Box
and here is the code I did.
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
None of the buttons work. How could I fix this?
Thanks,
AEmaker