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

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -