1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Autobuyer basic codes? =s

Discussion in 'Code Snippets and Tutorials' started by ZOMG, Mar 10, 2007.

  1. ricky92

    ricky92 Administrator
    Staff Member

    Joined:
    Nov 10, 2006
    Messages:
    1,866
    Likes Received:
    67
    You're welcome... And I posted the wrapper link in the code snippets, se every1 can use it...
     
  2. ZOMG

    ZOMG Level I

    Joined:
    Feb 26, 2007
    Messages:
    122
    Likes Received:
    0
    Location:
    Hipocresy Land

    Kay, thx. =D


    Now i replace the http wrapper.. i have the next problem.
    Method or data member not found.

    Code (Text):
    1. ---------------------------
    2. Microsoft Visual Basic
    3. ---------------------------
    4. Compile error:
    5.  
    6. Method or data member not found
    7. ---------------------------
    8. OK   Help  
    9. ---------------------------
    10.  
    Code (Text):
    1.  
    2. Call frmProgram.HTTPWrapper.GetWrapper
    ^ Here is the problem[/code]
     
  3. the_skip

    the_skip Level IV

    Joined:
    Dec 25, 2006
    Messages:
    2,354
    Likes Received:
    1
    Location:
    Indiana
    just put
    HttpWrapper.GetWrapper("www.google.com/")
     
  4. ZOMG

    ZOMG Level I

    Joined:
    Feb 26, 2007
    Messages:
    122
    Likes Received:
    0
    Location:
    Hipocresy Land


    nope... same problem =/
     
  5. ricky92

    ricky92 Administrator
    Staff Member

    Joined:
    Nov 10, 2006
    Messages:
    1,866
    Likes Received:
    67
    No. Add the Wrapper to the frmProgram frame... you can find it on the sidebar (the last object) and name it HTTPWrapper. Then, it should be ok...
     
  6. ZOMG

    ZOMG Level I

    Joined:
    Feb 26, 2007
    Messages:
    122
    Likes Received:
    0
    Location:
    Hipocresy Land
    well... i give up...
    i have problem with the programfrm
     
  7. ricky92

    ricky92 Administrator
    Staff Member

    Joined:
    Nov 10, 2006
    Messages:
    1,866
    Likes Received:
    67
    what is the problem?