I downloaded the http wrapper and the login example and when i try to open them with vb i get an error message does anyone have any idea on how i can fix it.
it gives me a compile error here, after i load all of the .bas things Code (Text): Private Sub Timer1_Timer() On Error Resume Next Timer1.Enabled = Ambient.UserMode CurState.Caption = Winsock1.State If Winsock1.State = 8 And Winsock1.Tag = "" Then Winsock1.Close Winsock1.Tag = "Closing" End If