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

    Filename in title-bar

    Hello!
    How do I place the filename in the titlebar?
    So that it will look like this: filename.fil - Program Name
    Does anyone know?
    /Peter


  2. #2
    Join Date
    May 1999
    Location
    Texas, USA
    Posts
    568

    Re: Filename in title-bar

    Override the CDocument function SetTitle, and you can set it to whatever you like.


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