I am using Split window option in SDI. When i split the title becomes Untitled whereas It is present before splitting? Any idea?
Printable View
I am using Split window option in SDI. When i split the title becomes Untitled whereas It is present before splitting? Any idea?
The CDocument class has a function called SetTitle(LPCTSTR lpszTitle).
Override it with ClassWizard and set there the desired text.