Hi all!
I using vb 5.0 - wrote:
------------------------------------------
Declare Function SystemParametersInfo Lib "user32" Alias "SystemParametersInfoA" (ByVal uAction As Long, ByVal uParam As Long, lpvParam As Any, ByVal fuWinIni As Long) As Long
Public Const SPI_SETDESKWALLPAPER = 20
Public Sub SetWallpaper(File As String)
SystemParametersInfo SPI_SETDESKWALLPAPER, 0, ByVal File, True
End Sub
--------------------------------------------
But what do this on AMS 5.0 ?
I Beg pardon for my bad english, hope that understood...
Jazator.

TJ_Tigger is being very modest, but I believe that this app shows you what you're looking for. I've applied this to a few of my apps so far. Scroll down to Tigg's first post.