Ciantic / VirtualDesktopAccessor

DLL for accessing Windows 11/10 Virtual Desktop features from e.g. AutoHotkey
MIT License
782 stars 93 forks source link

Win 11 issues #49

Closed loggerheads-with-binary closed 3 years ago

loggerheads-with-binary commented 3 years ago

The functions from the DLL, namely:

IsWindowOnCurrentVirtualDesktopProc  
GetCurrentDesktopNumberProc
GoToDesktopNumberProc  
MoveWindowToDesktopNumberProc

seem to not be working properly. Sometimes there are erratic window movements, but mostly nothing. Can this be fixed(on my end, by the signature or recompilation after some edits) or is this some Windows issue or will the program have to be redeveloped?

Ciantic commented 3 years ago

Others seems to report the DLL works on Windows 11 though... I don't have W11.

loggerheads-with-binary commented 3 years ago

Ohh, okay. I'll just check if it's a build issue or something. Thank you