SETWALLPAPER()

  

DEVELOPER

 

 

Purpose

.SetWallPaper() method allows you to set a default the PROIV Client wallpaper.

Object Type

Client

Syntax

Variable = Client.SetWallpaper("<file>",value)
 

Operation

Variable is a numeric scratch variable for the return code value.
File
is graphic file used for the wallpaper.
Value
is TRUE or 1, FALSE or 0.

Remarks

Setting the value to TRUE to enables scaling of the wallpaper to the client screen size.

Example

To set the wallpaper background of the client with scaling enabled :

      #RC = Client.SetWallpaper("bluebackground.gif",TRUE)

 

Comment on this topic

Topic ID: 510119