I was wondering if anyone knows of a way to remove the application title from the title bar while still keeping it in the task bar.
I tried using SetWindowText(_T(""));
on dialog initialization. It removed the text from the task bar button as well.
I would also like to know if there is a way to make the application icon that is showing in the taskbar different from the one that is in the title bar a.k.a system menu icon.
Is there any decent way to achieve this?
Thanks