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. |
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)
|
Topic ID: 510119