Separate names with a comma.
Since I already post this somewhere on the forum, I'll make an official release. Here's a simple form for logging in Neopets. This solution include a...
Hope you're a girl :D
send it to me... if you trust me :arf: I'll make a complete program with this one with the auth system and everything and you'll be able to improve...
Sorry, my name is not Chuck Norris :lol:
In the TCPWrapper, change "private shared sub pause" by "public sub pause" That's not a clean way of doing it but meh, it will work
Haha, nice try but we're not talking about refering people to neopets :lol:
blushing - that's the word I was looking for earlier... X 2, I want one !
W.request("GET",url, referer) You did forget something ;) and for the lblstatus, check in my login function and use the lstlog.items.add instead.
You DON'T have a label named lblstatus. You're logging all action in a list named lstLog (error 1,4,5,6) line 2-3: you don't have a textbox with...
I don't think so... just go past 2 links and than add +1 ;)
not W. if you want to change the value of the progress bar, you need to call it... NameOfYourProgressBar.value = 50 this will put the progress bar...
LOL... my bad... I'll try to find the guide.
to increase the bar, you have to use ".vallue = xxx" (from 0 to 100). the easy way (and hardcoded one) is to calculate how much link you have and...
remove the ? at the end... I don't know what is the referer but I know that someone wrote a guide for firefox and he putted the right referer in it....
sometime, you can skip it and the code is suppose to fill it for you but it's not working and I'm too lazy to fix this. Futhermore, I prefer to...
if you don't mind, zip the entire folder containing your code (I swear, I won't steal anything :lol:) and pm it to me... It's hard debugging...
Almost... the thing is that you shouldn't do this on form_load. This mean that as soon as the program is open, it will run this. Instead, put it on...
mystical wrapper is not using getrequest.... it should be w.request("GET",url, referer)
Looks like you tried to paste my code into your project. just open neologin-updated.sln. This code is working. For the button, there's a panel on the...
first, put a new command button on your form. Double-click it to open the code. VB will automaticaly put all it needs to run what you want. Now, you...