Click to See Complete Forum and Search --> : Split Window


salman
May 13th, 1999, 08:56 AM
I am using Split window option in SDI. When i split the title becomes Untitled whereas It is present before splitting? Any idea?

Dexter
May 14th, 1999, 04:20 AM
The CDocument class has a function called SetTitle(LPCTSTR lpszTitle).
Override it with ClassWizard and set there the desired text.