hi...again...i have a problem, here it is, when i wrote my code this error came up
Public Property currentbrowser As browser
Get
Return cb
End Get
Set(ByVal value As browser.browser)
cb = value
End Set
End Property
Public Shared Sub Navigate(ByVal URL As String)
cb.Navigate(URL)
End Sub
inside sub navigate "cb" has an error it says "cannot refer to an instance member of a class form within a shared method or shared member initializer without an explicit instance of the class"