I've been working on a game in Visual Basic 2008 for the past week or so, and I've encountered a problem. Actually, that's not true. I just can't figure out how to do something.
Ok, here's the setup. I have a main form where the user can login (i.e. username and password fields). I also have a button on the main form that brings up a "Create a Character" form. On that form, the user can enter a username, password, etcetera, and then press the "Submit" button to create the character.
What I want the program to do is, when the user presses the "Submit" button on the "Create a Character" form, I want it to add the username, password, etcetera, to a database that can be accessed by other computers.
Is there any way to do this? I'm sure there is, but I just don't know how.
Thanks in advance!
Dragolux