RE: VB Help
How do you mean doesn't work, what you are supposed to do is:
make a file with "guest|qwerty" in it
open the file, loop through it, split each LINE with |.
each line will have a user/pass, so you choose the line/user you need and get its pass, then check.
|