VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Change You Desktop Wall Paper from Visual Basic.

Rajender Sharma  (7 Submissions)   Windows API Call/Explanation   VB 6.0   Unknown Difficulty   Mon 22nd November 1999   Mon 8th February 2021

Change You Desktop Wall Paper from Visual Basic.

API Declarations



Declare Function SystemParametersInfo Lib "user32" Alias "SystemParametersInfoA" (ByVal uAction As Long, ByVal uParam As Long, ByVal lpvParam As Any, ByVal fuWinIni As Long) As Long

'constants

Public Const SPIF_SENDWININICHANGE = &H2
Public Const SPIF_UPDATEINIFILE = &H1
Public Const SPI_SETDESKWALLPAPER = 20


Rate Change You Desktop Wall Paper from Visual Basic. (2(2 Vote))
Change You Desktop Wall Paper from Visual Basic..bas

Change You Desktop Wall Paper from Visual Basic. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters