How to change your Desktop Background in Visual Basic 2008
Loading...
6,089
Loading...
Uploader Comments (imback218)
see all
All Comments (27)
-
How to change style (centered, stretched, tiled)?
-
ever heard of personalise option
-
@jaymolvizar ja
-
I have windows 7 and its working
-
How can i make it set the background from a picture in my resources instead?
-
Does it work in Windows 7 Ultimate?
-
@L3t1337 I think it only works in Vista or lower - I'm getting the same error on Windows 7. I've tried everything but it must be just how 7 sets the wallpaper.
-
if i want change the background desktop when the application is open and invisible?
-
@functi0norg lol wait not browser i mean browse lol
-
nice, also add a button, call it browser and add the code:
OpenFileDialog1.ShowDialog()
TextBox1.Text = OpenFileDialog1.FileName
bit more user friendly :)
Loading...
can you make it so you can choose a picture from the form, not from a saved location - just on the form, i want to make it automatically select the picture without user interaction, great vid - thanks!
Lukesrad747 2 years ago
you mean that it sets the wallpaper, from the form's background image? if so.
SetWallpaper(Me.BackgroundImage)
that should work. :)
imback218 2 years ago