RE: VB Help
Most of the time you need the full name to the file. As for writing the username and password, use comma-separated values (or maybe the pipe | character). I also recommend hashing the password before storing it - you won't need MD5, a simple hash like the one MSN uses to encode e-mail addresses will suffice.
|