|
-
October 9th, 1999, 06:41 AM
#1
MDI TitleBar
Hi:
In SDI I know use FWS_ADDTOTITLE can remove "Untitled" caption in the titlebar.
In MDI how to do that.
Best regards.
-
October 9th, 1999, 11:30 AM
#2
Re: MDI TitleBar
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|