Hi,
you can use CWnd::SetWindowText:
Sets the window's title to the specified text. If the window is a control,
the text within the control is set.
This function causes aWM_SETTEXT message to be sent to this window.
I hope this helps
Kurt Antreich
Quote:
> How do I change the application title, as displayed in the title bar.
> David