MScholtes / VirtualDesktop

C# command line tool to manage virtual desktops in Windows 10
MIT License
606 stars 60 forks source link

Add new method MoveWindowHandle #9

Closed Zoynels closed 4 years ago

Zoynels commented 4 years ago

Add new method MoveWindowHandle which can MoveWindow by Handle. /MoveWindowHandle:(n)В  move window with handle (n) to desktop with number in pipeline (short: /mwh).

Why need another method then use existing /MoveWindow? Because /MoveWindow use process id whitch is int as handle.

MScholtes commented 4 years ago

Great, thank you very much