This code is used to change the windows wallpaper.
This code is used to change the windows wallpaper.
API Declarations
Public Const SPI_SETDESKWALLPAPER = 20
Rate This code is used to change the windows wallpaper.
(1(1 Vote))
Dim lngSuccess As Long
Dim strBitmapImage As String
strBitmapImage = "c:\windows\straw.bmp"
lngSuccess = SystemParametersInfo(SPI_SETDESKWALLPAPER, 0, strBitmapImage, 0)
This code is used to change the windows wallpaper. Comments
No comments yet — be the first to post one!
Post a Comment