Click to See Complete Forum and Search --> : MDI TitleBar


Yiweihua
October 9th, 1999, 06:41 AM
Hi:
In SDI I know use FWS_ADDTOTITLE can remove "Untitled" caption in the titlebar.
In MDI how to do that.

Best regards.

Bychkoff
October 9th, 1999, 11:30 AM
You can overwrite the CFrameWnd virtual function "OnUpdateFrameTitle" in your apps CMainFrame class. Don't try to look up "OnUpdateFrameTitle" in the Microsoft Developer Studio online help. It's not there.
In this function you can set any text in App title.

for more info go:
http://www.codeguru.com/doc_view/no_untitled.shtml