System.setWallpaperAlt() | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to System Class Summary |
Availability |
Windows |
Usage |
mdm.System.setWallpaperAlt(filePath:String):Void |
Parameters |
filePath:Number Path to bitmap file (.bmp). |
Returns |
Nothing |
Description |
Sets the desktop wallpaper to the specified BMP image. |
Notes |
Only BMP files are valid. Unlike the System.setWallpaper() command, this command uses an ActiveX/ActiveDesktop method of setting the wallpaper and requires a system reboot in order to apply the changes. |
Example Code |
mdm.System.setWallpaperAlt("c:\\myImage.bmp"); |
mdm.System Class Example Downloads |
No Example Downloads Available |
![]() |
Registered Users must be logged in to 'MyAccount' to add a Comment - Log In Here |
After Logging In, Click Here to Refresh This Page |