Description
- Changes the desktop wallpaper to the specified file, but does not save the new file details in the current .pcf.
Syntax
- Wallpaper.Show(filespec)
Parameters
- filespec
- (string) new wallpaper file
Examples
- Wallpaper.Show(?"d:\textures\pattern_003.bmp")
- Changes the wallpaper to "pattern_003.bmp".
See Also
- Wallpaper.ChangeTo(), which is similar but also stores the new file name.