Log in

View Full Version : My Browser Isn't Working!!!!!



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

Twey
06-03-2007, 04:38 PM
Aargh, VB.NET! *runs screaming*

In seriousness, no-one can help you if you don't provide your forms. I doubt anyone here will be able to anyway, though. It would also be a good idea to give your controls names that actually mean something.

tech_support
06-04-2007, 02:17 AM
Aargh, VB.NET! *runs screaming*
ROTFL!! :D


None of the buttons work. How could I fix this?

Have you tried naming the buttons?