Visual Basic 2010 - How can I use settings to save users background?
Hi!
I am working on an virtual operating system. And I want the user to be able to change background, and at the same time save it! So, the next time he opens the application, the background is saved and changed.
I know that I have do this through project > settings, but I don't know how to program it. I have managed to allow the user to change background, but dont how to save it. Could anyone solve this little problem for me?
Sorry for my bad grammar, I'm Norwegian.
:)
Re: Visual Basic 2010 - How can I use settings to save users background?
Add a setting of the appropriate type and then simply get it and set it like you do any other property. That's all there is to it.