Skip to content

Icon on window taskbar #25

@muby

Description

@muby

With this trueframeless windows i'm not succeed to add icon for the taskbar.

I tried :

RC_ICONS = icon.ico in the .pro

I tried :

HICON hWindowIcon = LoadIcon(GetModuleHandle(NULL), strVariable2);
	SendMessage(hWnd, WM_SETICON, ICON_SMALL, (LPARAM)hWindowIcon);
	SendMessage(hWnd, WM_SETICON, ICON_BIG, (LPARAM)hWindowIcon);

no one succeed,

Does some one try ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions