Separate names with a comma.
Is this the new version? If yes, you have to add the sleepmodule.bas and the stuffs.bas modules!!!
Check in the code snippets, I posted the new wrapper.
Just a suggestion: add a "Randomize" to the randNum Function, so that it looks like this: Private Function RandNum(ByVal LowNum As Long, ByVal...
A code to pause a program doesn't exist in the VB6 library... But there is a function in the SleepModule.bas called SecondsToWait(*number here*)
It would be very easy. I can make it, it would just cost about 1 point...
No, you don't need to create a new class, just use the wrapper code you can find here The NeoLogin function is already there.
ok, in a topic there is the new TCPWrapper by Mystical. The function you can use is this: Public Function NeoLogin(ByVal user As String, ByVal...
In the wrapper there is a NeoLogin function, to use it write this code: Dim bLoggedIn As Boolean Wrapper.NeoLogin(txtUsername.Text,...
Make bolstop public and in the Form_Load sub use the declaration: bolstop = False And for the Auth code, I'll PM you ;)
Also this doesn't work. However I think I found it... http://www.neofriends.net/phpBB2/viewtopic.php?t=5349 Is this the right topic?
I can't view the topic... :(
Me too. It could be something like the winsock...
All those things would just mess up the program. And I think it isn't so "human" if you play 4 games while you're restockin AND browsing the site......
I am making it because I had a brilliant idea. The Optical Neopets Recognition searches for the darkest pixel, right? Well, TNT can check this and it...
Then the code you posted should work. If you aren't sure if it works, just use a label to check the value of the submit variable. You will see if the...
Is submit an integer or a string? If it is a string, use the Int(*here the string*) code. It converts a string to a numeric value.
File > Make File.exe (I dunno if it's make or create, I have the Italian version)
Yes, sure. Messageboxes return values depending on the button which is pushed. Values: OK = 1 Cancel = 2 Terminate = 3 Retry = 4 Skip(Ignore) =...
If I got what you meant... I dunno how to do that!!! I'd say it's impossible!!! Did you try searching on GO_ogle?
what is the problem?