Open theSoberSobber opened 10 months ago
I'm using this in AutoHotkey v2 to change desktop wallpaper for all desktops:
ChangeWallpaper(newPaper) {
DllCall("SystemParametersInfo", "UInt", 0x14, "UInt", 0, "Str", newPaper, "UInt", 0)
}
But having API to set wallpaper for specific Desktop could be useful, as there is no other API for it.
Exactly what the title says, can you do that please? Thanks!