Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icon on window taskbar #25

Open
muby opened this issue May 25, 2022 · 0 comments
Open

Icon on window taskbar #25

muby opened this issue May 25, 2022 · 0 comments

Comments

@muby
Copy link

muby commented May 25, 2022

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant