Quantcast
Channel: Pin applications to multiple desktops in Windows 10 - Super User
Browsing all 4 articles
Browse latest View live

Answer by Noitidart for Pin applications to multiple desktops in Windows 10

Based on @idj solution above, this is how to do it in C: exstyle = GetWindowLongPtr(hwndPtr, GWL_EXSTYLE); exstyle |= WS_EX_TOOLWINDOW SetWindowLongPtr(hwndPtr, GWL_EXSTYLE, exstyle);

View Article



Image may be NSFW.
Clik here to view.

Answer by Daniel Ballinger for Pin applications to multiple desktops in...

The feature has now been released as one of several "Virtual Desktop Improvements" in the Windows 10 Anniversary Update (Build 14316): You can now pin a window so it’s available on every desktop. To do...

View Article

Answer by IDj for Pin applications to multiple desktops in Windows 10

Yep. [almost :)] Every window with WS_EX_TOOLWINDOW attribute is visible on all desktops. Autohotkey is a great help in this. Example script - MyLoop.ahk: WS_EX_TOOLWINDOW := 0x00000080 Loop { WinSet,...

View Article

Pin applications to multiple desktops in Windows 10

One of the big new features for Windows is the fact that multiple "virtual" desktops are now natively supported, allowing you to organise collections of windows together and separate groups of tasks....

View Article
Browsing all 4 articles
Browse latest View live




Latest Images