Does anyone have a good guide to using wrappers?

Discussion in 'Code Snippets and Tutorials' started by gawjus1234, Jun 15, 2008.

  1. gawjus1234

    gawjus1234 Level III

    Joined:
    May 22, 2007
    Messages:
    518
    Likes Received:
    3
    Location:
    Las Vegas
    i am good with vb exept for using wrappers. is there a good guide that i can check out? i want to start making programs.
     
  2. xZel

    xZel Level I

    Joined:
    Jul 25, 2007
    Messages:
    85
    Likes Received:
    5
    Add the wrapper to the project. I normally name mine Wrapper.vb. To use it.
    Code (Text):
    1.  
    2. Dim w as wrapper = new wrapper
    3.  
    w is now the class you are accessing for the wrapper.
     
  3. turato

    turato Level III

    Joined:
    Aug 3, 2007
    Messages:
    408
    Likes Received:
    0
    Add the wrapper class to your project (Project > Add Existing Item) and do what xZel said. Also use fire fox's live http header to find the URL you need to visit