
How to change the caption of a MDI frame at runtime
I believe you can do this from inside:-
BOOL CMymdiDoc::OnNewDocument()
{
m_strTitle = "Test";
Andy Mortimer [MS]
Please do not send email directly to this alias. This alias is for
newsgroup purposes only