不更改桌面壁纸,只用VB把桌面-属性里的平铺变成拉伸,请写下详细代码.
Set ws = CreateObject("WScript.Shell")
ws.RegWrite "HKCU/Control Panel/Desktop/TileWallpaper", "0"
ws.RegWrite "HKCU/Control Panel/Desktop/WallpaperStyle", "2"
Shell "rundll32 shell32,Control_RunDLL desk.cpl", vbNormalFocus
SendKeys "{enter}"