Justin:
SetWindowText() works fine. Are you sure that you are applying it to the
correct window. You should apply it to MDIChildFrame and not the view.
-----------
Ajay Kalra
VC++ MVP
Quote:
>Hi
>I know how to modify the title bar text in an mdi window using
>CDocument.SetTitle( ) in OnNewDocument, but I need to change it dynamically
>throughout the program. SetWindowText does not seem to work. Any ideas?
>Thanks
>Justin