c# - Move window of other process to another virtual desktop -
so implementing win-tab-like interface under windows 10. trying move window of other process virtual desktop. using api this question can move own application desktop. when moving other windows when calling movewindowtodesktop(intptr toplevelwindow, guid currentdesktop), got e_accessdenied return code. in this github project managed hook dll other process user can trigger function successfully.
how can achieve this?
Comments
Post a Comment