
16.12.2006, 12:17
|
|
|
Негуру
администратор
Регистрация: Jan 2000
Адрес: Кёнигсберг in Moscow
Сообщений: 21,883
|
Есть.
Цитата:
System.setWallpaperAlt()
Availability
Windows
Usage
mdm.System.setWallpaperAlt(filePath:String):Void
Parameters
filePath:Number Path to bitmap file (.bmp).
Returns
Nothing
Description
Sets the desktop wallpaper the specified bmp image.
Notes
Only BMP files are valid. This command uses an alternative method to mdm.System.setWallpaper() which is non-ActiveX/ActiveDesktop method of setting the wallpaper. Added Windows NT support, but requires reboot in order to apply changes.
Example
mdm.System.setWallpaperAlt("c:\\myImage.bmp");
|
|