CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Split Window

  1. #1
    Join Date
    May 1999
    Posts
    14

    Split Window

    I am using Split window option in SDI. When i split the title becomes Untitled whereas It is present before splitting? Any idea?


  2. #2
    Join Date
    May 1999
    Posts
    18

    Re: Split Window

    The CDocument class has a function called SetTitle(LPCTSTR lpszTitle).
    Override it with ClassWizard and set there the desired text.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured