Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » CExtTabMdiWnd link to childfrm Collapse All
Subject Author Date
Jeremy Ruth Sep 22, 2008 - 3:54 PM

I have situation where I want to change the window text of my child frame based on some user input.  I can easily change the child frame text, but how can know which tab is linked to a given child window so I can change the tab text also?

Jeremy Ruth Sep 22, 2008 - 6:11 PM

I figured it out.  I was able to achieve it by using CDocument::SetTitle() and then calling CExtTabMdiWnd::UpdateTabWnd().