Win32::Wallpaper - Modify Win32 Wallpaper


Win32-Wallpaper documentation  | view source Contained in the Win32-Wallpaper distribution.

Index


NAME

Top

Win32::Wallpaper - Modify Win32 Wallpaper

SYNOPSIS

Top

	use Win32::Wallpaper;

	wallpaper("image.bmp", "tile");

DESCRIPTION

Top

With this Win32 module, you can set a new wallpaper image and style. Three styles are supported: center, stretch, and tile. Only Window BitMaP (BMP) images are supported at this time.

You can also get the current wallpaper by calling the function without parameters. For example:

	my $current_wallpaper = wallpaper();

NOTES

Top

This will probably be the last release of this module, as I continue working on a module that will support the activedesktop interface.

AUTHOR

Top

Mike Accardo <mikeaccardo@yahoo.com>

COPYRIGHT

Top


Win32-Wallpaper documentation  | view source Contained in the Win32-Wallpaper distribution.