Trying to create PET program

Posts 14 of 4 · Page 1 of 1
Trying to create PET program
I'm trying to create a PET that lets people have a PET on their computer without having to do the mess and w/e.

I need to code so that it saves all the stats and options to a profile and that user can access their profile.

I basically need a login form and a save file line of code which I have no idea how to write.
writing files:
Code:
using system**** (the forum censore it, its System.I (Input) O (Output)

StreamWriter WriteFile = new StreamWriter("C:\\SaveData.txt");

WriteFile.WriteLine("A line...");
A login box is a complex thing, so you must create your own logic...
Well I'm trying to make it simplistic by making the program save the user and pass and each time the person logs in the system checks the text file or w/e it saves to and if it matches up it'll run their PET.
Use a serializable class to hold all the information, then write the serilaized class as a segment of bytes in a file to store it..
Posts 14 of 4 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?