12-22-2010, 02:11 AM
Code:
Public Sub New()
Me.acnt = 0
Me.ctr = 1
Me.masterctr = 0
Me.loginurl = "http://www.youtube.com/create_account?next=/"
End Sub
I have set loginurl as string but in vb2010 its showing Error, that we cant set a url to string ? but i have done this before in vb 2008 .
and also its showing error when i create a new sub
Code:
Public Sub New()
End Sub
any help please ?