Skip to content

Context menu item to pin window to all desktops #8

Open
@maraf

Description

@maraf

https://superuser.com/questions/950960/pin-applications-to-multiple-desktops-in-windows-10

exstyle = GetWindowLongPtr(hwndPtr, GWL_EXSTYLE);
exstyle |= WS_EX_TOOLWINDOW
SetWindowLongPtr(hwndPtr, GWL_EXSTYLE, exstyle);

https://www.meziantou.net/extending-the-system-menu-to-add-advanced-commands-in-dotnet.htm

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions