Http Wrapper

Discussion in 'Code Snippets and Tutorials' started by Billy, Mar 25, 2007.

  1. Billy

    Billy Level IV

    Joined:
    Feb 21, 2007
    Messages:
    1,856
    Likes Received:
    39
    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.
     
  2. ricky92

    ricky92 Administrator
    Staff Member

    Joined:
    Nov 10, 2006
    Messages:
    1,866
    Likes Received:
    67
    Check in the code snippets, I posted the new wrapper.
     
  3. Billy

    Billy Level IV

    Joined:
    Feb 21, 2007
    Messages:
    1,856
    Likes Received:
    39
    when i try to load it i get this error [​IMG] and when i try to put it in a form i get this error [​IMG]
     
  4. ricky92

    ricky92 Administrator
    Staff Member

    Joined:
    Nov 10, 2006
    Messages:
    1,866
    Likes Received:
    67
    Is this the new version? If yes, you have to add the sleepmodule.bas and the stuffs.bas modules!!!
     
  5. Billy

    Billy Level IV

    Joined:
    Feb 21, 2007
    Messages:
    1,856
    Likes Received:
    39
    it gives me a compile error here, after i load all of the .bas things
    Code (Text):
    1. Private Sub Timer1_Timer()
    2. On Error Resume Next
    3.     Timer1.Enabled = Ambient.UserMode
    4.     CurState.Caption = Winsock1.State
    5.     If Winsock1.State = 8 And Winsock1.Tag = "" Then
    6.         Winsock1.Close
    7.         Winsock1.Tag = "Closing"
    8.     End If