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