Http wrapper problem.

Discussion in 'Code Snippets and Tutorials' started by orangejellybean, Apr 22, 2007.

  1. orangejellybean

    orangejellybean Level III

    Joined:
    Mar 10, 2007
    Messages:
    409
    Likes Received:
    2
    I try to add it to my form and this pops up:

    [​IMG]

    Any ideas?
     
  2. ricky92

    ricky92 Administrator
    Staff Member

    Joined:
    Nov 10, 2006
    Messages:
    1,866
    Likes Received:
    67
    Try downloading the new version, it's attached in a topic in VB Code snippets
     
  3. the_skip

    the_skip Level IV

    Joined:
    Dec 25, 2006
    Messages:
    2,354
    Likes Received:
    1
    Location:
    Indiana
    Also make sure the two moduels that come with it are in your program
     
  4. orangejellybean

    orangejellybean Level III

    Joined:
    Mar 10, 2007
    Messages:
    409
    Likes Received:
    2
    new problem:

    [​IMG]
     
  5. orangejellybean

    orangejellybean Level III

    Joined:
    Mar 10, 2007
    Messages:
    409
    Likes Received:
    2
    Just wanted to post here in case they wanted to help me without gravedigging.
     
  6. the_skip

    the_skip Level IV

    Joined:
    Dec 25, 2006
    Messages:
    2,354
    Likes Received:
    1
    Location:
    Indiana
    on what line is it on. make sure that is it is a compont make sure their is a label/buttton/combox ect. that has the name. Also make sure the stuff and wait madules are in the program
     
  7. orangejellybean

    orangejellybean Level III

    Joined:
    Mar 10, 2007
    Messages:
    409
    Likes Received:
    2
    I'm not sure what your asking, but does this screenshot help?

    [​IMG]
    Plus, I am using ricky's wrapper.
     
  8. the_skip

    the_skip Level IV

    Joined:
    Dec 25, 2006
    Messages:
    2,354
    Likes Received:
    1
    Location:
    Indiana
    have above dim as boolean put dim strhtml as string
    then put strhtml beofre the wrap.
     
  9. orangejellybean

    orangejellybean Level III

    Joined:
    Mar 10, 2007
    Messages:
    409
    Likes Received:
    2
    So where exactly do I put strhtml?
     
  10. ricky92

    ricky92 Administrator
    Staff Member

    Joined:
    Nov 10, 2006
    Messages:
    1,866
    Likes Received:
    67
    Did you add the wrapper to the form and then named it "Wrapper"???
     
  11. the_skip

    the_skip Level IV

    Joined:
    Dec 25, 2006
    Messages:
    2,354
    Likes Received:
    1
    Location:
    Indiana
    either put it at the stop of your code on in the button click functuon
     
  12. orangejellybean

    orangejellybean Level III

    Joined:
    Mar 10, 2007
    Messages:
    409
    Likes Received:
    2
    When you say 'add the wrapper to the form' Do you mean clicking the wrapper button in the toolbox and making a shape like you make a command button?
     
  13. the_skip

    the_skip Level IV

    Joined:
    Dec 25, 2006
    Messages:
    2,354
    Likes Received:
    1
    Location:
    Indiana
    yep that is what he ment
     
  14. orangejellybean

    orangejellybean Level III

    Joined:
    Mar 10, 2007
    Messages:
    409
    Likes Received:
    2
    Oh joy; another screenshot:
    [​IMG]
     
  15. ricky92

    ricky92 Administrator
    Staff Member

    Joined:
    Nov 10, 2006
    Messages:
    1,866
    Likes Received:
    67
    From what I can see from the screenshot, your HTTPWrapper is corrupted. The Winsock1 was probably transformed into a common PictureBox. Try downloading it again, deleting the old wrapper and adding the new one...