This is an updated wrapper, I fixed some errors added an image function and now it has my very own OCR which seems to do just fine.
The OCR speeds are around 0 ms :P, so its not any slower than socks.
>>> Fixed
Some cookie issues
It had some issues going more then one page deep.
Replaced the OCR with my own.
>>> Credits
BillSoo for the following post
http://www.xtremevbtalk.com/showthread.php?t=25347 This is what I used to make my ocr.
I will be releasing a test program later for those wanting to test the ocrs speed.
Use of the wrapper is as follows, please remember it does redirects automatically
Functions
NGet( url ) Http get request
NPost(url , data) http post request
NImage( url, filename , imagename) Downloads a web image to a picture box. imagename is the picturebox name.
NOCR( url ) Neopets or other Darkest pixel OCR. Finds the darkest pixel.
NoLog Neopets no login program option. May freeze program if there are no neocookies to read.
I think that is all for now. Hopefully I will not need to add the stuff.bas module with this one :P.
You do not need to add a last page, it does this automatically. Also it does handle neos redirects so you have to code accordingly.
Most redirects happen after a post command.