Main Window Title
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
By default, in an MFC MDI application, when a child window is maximized, the title of the child window is appended to the main window's title. Here I want to display it in a custom format. How do I go about doing this ? The application is an MFC MDI application. The title bar text of the main window contains some values taken from a database. So let's say the main title bar text is [Field1] - MainWindow I have a MDI child window whose title bar text is Child1. When the MDI child is maximized, the main window title will by default become [Field1] - MainWindow - [Child1]. I want to change this and it should become - [Field1] - [Child1] - MainWindow Santosh « Superman »