|
Answer» hello, I am doing a project in VBscript to costumize windows. I m STUCK at one point: "how to add wallpaper on a window created by VBScript?" PLEASE HELP me out. its URGENT. from the web Code: [SELECT]Dim WshShell Set WshShell = WScript.CreateObject("Wscript.Shell") WshShell.RegWrite "HKCU\Control Panel\Desktop\Wallpaper", mybitmap.bmp WshShell.Run "%windir%\System32\RUNDLL32.EXE user32.dll, UpdatePerUserSystemParameters", 1, False Set WshShell = Nothing
|