TrueFramelessWindow icon indicating copy to clipboard operation
TrueFramelessWindow copied to clipboard

Icon on window taskbar

Open muby opened this issue 3 years ago • 0 comments

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 ?

muby avatar May 25 '22 15:05 muby