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. The only thing I learned is to add a decent GUI to it Also good starting tutorials are welcomed. :lol:
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!