-
Save/Load
Okay;
http://i30.tinypic.com/10zo613.png
So the user can pick between function keys and numpad keys and determine if he wants the buttons to show the sitenames, however when I close it (and save the sites), and run it again, only the function keys will work, I knew this but don't know how to solve it, Form_Load checks whether a textbox (site) is filled in or not, if its filled in the label and button become visible, but in this case I guess I need to save something more?
Any help would be greatly appreciated!
-
Re: Save/Load
Perhaps you could show us exactly what you're doing now and explain exactly how it's supposed to work.
-
Re: Save/Load
Like I said,
The user can pick between function keys (F1-F10) and the numpad (0-9), so when I save with the settings on numpad, I press on the displayed numpad button and the site I saved pops up. Get that? Now if I exit it, I can save the websites if I do so and start the application again, the sites are saved but I can only open 'em with the function keys, so I should (when the form is closing) save like all the settings. I don't know how I could solve this
Sorry man, this is some hard stuff to explain lol, you'd maybe understand it if I attach the source code?