With this trueframeless windows i'm not succeed to add icon for the taskbar.
HICON hWindowIcon = LoadIcon(GetModuleHandle(NULL), strVariable2);
SendMessage(hWnd, WM_SETICON, ICON_SMALL, (LPARAM)hWindowIcon);
SendMessage(hWnd, WM_SETICON, ICON_BIG, (LPARAM)hWindowIcon);
With this trueframeless windows i'm not succeed to add icon for the taskbar.
I tried :
RC_ICONS = icon.ico in the .proI tried :
no one succeed,
Does some one try ?