Thursday, December 22, 2016

[HowTo] Remove system icon from the application title bar


DWORD flags = WTNCA_NODRAWICON | WTNCA_NOSYSMENU;
SetWindowThemeNonClientAttributes(hwnd, flags, flags);

No comments:

Post a Comment