Hi:
In SDI I know use FWS_ADDTOTITLE can remove "Untitled" caption in the titlebar.
In MDI how to do that.
Best regards.
Printable View
Hi:
In SDI I know use FWS_ADDTOTITLE can remove "Untitled" caption in the titlebar.
In MDI how to do that.
Best regards.
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