MariusVE
2010-12-20 14:06:39 UTC
Hi All,
I have a MFC dialog-based application that has no title bar. Instead
of handling NCPAINT, the programmer chose to disable the title bar of
the application and basically draw the title bar in the client area of
the dialog (the upper portion of it).
The problem now is that all controls and everything in this
application are designed taking this into consideration. Changing this
would be a pretty big task.
The problem is that, since the application has no title bar, when it
runs, the taskbar only shows its icon and, of course, no name. This
application's tab basically only contains the icon associated with
the .exe file.
Is there a way to provide a name for this application even though it
has no title bar ?
Thanks!
I have a MFC dialog-based application that has no title bar. Instead
of handling NCPAINT, the programmer chose to disable the title bar of
the application and basically draw the title bar in the client area of
the dialog (the upper portion of it).
The problem now is that all controls and everything in this
application are designed taking this into consideration. Changing this
would be a pretty big task.
The problem is that, since the application has no title bar, when it
runs, the taskbar only shows its icon and, of course, no name. This
application's tab basically only contains the icon associated with
the .exe file.
Is there a way to provide a name for this application even though it
has no title bar ?
Thanks!