[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
ChangeWallpaper
Author : DJ_Sannie
E-Mail : DJ_Sannie@yahoo.com
Date : March 30, 2004
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
ChangeWallpaper
Author : DJ_Sannie
E-Mail : DJ_Sannie@yahoo.com
Date : March 30, 2004
procedure ChangeWallpaper( FileName: String; ForEver: Boolean );
begin
SystemParametersInfo( SPI_SETDESKWALLPAPER,
0,
@FileName[1],
SPIF_SENDWININICHANGE );
if( ForEver )then
SystemParametersInfo( SPI_SETDESKWALLPAPER,
0,
@FileName[1],
SPIF_UPDATEINIFILE );
end;
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
