Click here to return to the KiXtart HelpDesk main page...

KiXtart Command Reference

SETWALLPAPER

action

Sets the current wallpaper.

syntax

SETWALLPAPER("wallpaper name")

parameters

Wallpaper name

String that specifies the name of the bitmap to set as the default wallpaper.

remarks

The file specified must be a valid BMP file.

returns

0

Wallpaper set

Error code

Function failed

example

If SetWallpaper ("kixtart.bmp") = 0

   ? "Set current wallpaper to KiXtart.bmp...."

Endif