how to let the users to select their desired wallpapers in the window main form?

wilmoslee

Member
Joined
Mar 12, 2010
Messages
9
Programming Experience
1-3
Hi everyone,

I wanted to let the users to select their desired wallpapers dynamically in the window main form. Is it possible?

Funtional spec:
1. Let the users to select their desired wallpapers from any directory.
2. Save the wallpaper in the database.
3. Load the wallpaper in the main form after login sucessful.

Is this possible?

Any ideas or sample for reference?

Many thanks in adv.

Regards,
Wilmos.
 
I am not sure about loading it from a database, but if it exists on their computer you could store the path and then set the YourForm.BackgroundImage property to the stored path.
 
Back
Top