entityx
Member
I've written a screensaver program in VB.Net 2003. When the program is started the user is asked to enter the screen resolution that their computer is set to in 2 text boxes. For instance 1024 x 768. When they click on a start button on the form the values in the text boxes are used for two variables in the program.
How can I store the values entered in the text boxes in a file and then call up the file the next time the program is started and set the variables in the program equal to the values stored in the file. I'd like to establish the name of the file myself so the user won't be asked to name the file.
I hope this question hasn't been asked too many hundred times.
One other question in an unrelated area. How to get a full screen display for my screen saver program so you don't see the task bar at the bottom and a title bar at the top of the screen. Mouse movement causes the program to end so the exit box at the upper right isn't necessary.
I've just been programming this year so I have a lot to learn.
How can I store the values entered in the text boxes in a file and then call up the file the next time the program is started and set the variables in the program equal to the values stored in the file. I'd like to establish the name of the file myself so the user won't be asked to name the file.
I hope this question hasn't been asked too many hundred times.
One other question in an unrelated area. How to get a full screen display for my screen saver program so you don't see the task bar at the bottom and a title bar at the top of the screen. Mouse movement causes the program to end so the exit box at the upper right isn't necessary.
I've just been programming this year so I have a lot to learn.