
How to change CView title
Hello
I have an MDI app, each view shows different sections of the same document,
so I want the title to reflect what the view shows, not simply
document name : 1
document name : 2
More like:
Rubix Cube : top
Rubix Cube : bottom
Rubix Cube : right
...and all the other sides...
When I open the view I call SetWindowText, and that works, until the window
is deactivated, then the title changes to the default title, and appears in
the Window menu as the generic title.
How can I control the window title?
thanks
Ray