Windows with Delphi Windows API (94) Windows Filesystem (41) Windows Forms (69) Windows Graphics (38)
Exchange Links About this site Links to us 
|
Set the wallpaper with your application in Win32
This article has not been rated yet. After reading, feel free to leave comments and rate it.
To the wallpaper in Windows 95/ Windows NT you must use the Win32 API function SystemParametersInfo.
SystemParametersInfo retrieves and sets system wide parameters including the wallpaper.
 | |  | | SystemParametersInfo(SPI_SETDESKWALLPAPER, 0,
'c:\Windows\Seaside.bmp', 0) | |  | |  |
Comments:
|