08-15-2016, 08:26 AM
Using the virtual desktops feature in Windows 10, what is the best way to move a window to a specific virtual desktop, or set it to be shown on multiple desktops?
Win 10 Virtual Desktops
|
08-15-2016, 08:26 AM
Using the virtual desktops feature in Windows 10, what is the best way to move a window to a specific virtual desktop, or set it to be shown on multiple desktops?
08-15-2016, 06:50 PM
There are Windows API to move windows of current process, but not of other processes.
If other process, need to create a dll, inject it to the window's process and call the API from there. QM cannot do it. To show on all desktops, try SetWinStyle w WS_EX_TOOLWINDOW 5
08-15-2016, 08:26 PM
Can use keys.
example Macro Move active window to next virtual desktop Trigger CSd 0x4 ;support multiple monitors, part 1 Also the context menu has "Show this window on all desktops" ...
08-15-2016, 11:47 PM
Hopefully Microsoft will improve the API in the future, for now the key method works great for my purposes.
Thank you for looking into this! |
« Next Oldest | Next Newest »
|