VB.net HELP pretty please :)

Discussion in 'Code Snippets and Tutorials' started by FastBullet, Oct 29, 2008.

  1. FastBullet

    FastBullet Level IV

    Joined:
    Feb 7, 2007
    Messages:
    2,137
    Likes Received:
    45
    Can someone help me find a list with all code commands and what they do? I want to make an avatar grabber and I don't know where to start. :D

    The only thing I learned is to add a decent GUI to it :)


    Also good starting tutorials are welcomed. :lol:
     
  2. Pankirk

    Pankirk Level III

    Joined:
    Nov 12, 2006
    Messages:
    652
    Likes Received:
    28
    Location:
    America
    What do you mean? Just add your wrapper class and do "wrapper w = new wrapper()" (i think its the same in vb.net? probably not) Then from there you can use it like "v.Request("POST", "site/to/avatar.html", "http://www.google.com");" and you should be set! B+Most of what I just showed you is c# but, same concept!