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

Thread: File Dialog

  1. #1
    Guest

    File Dialog

    In the Open or Save dialog how could I change the open and save button's to say something else?????
    Thanks


  2. #2
    Join Date
    May 1999
    Location
    CA, USA
    Posts
    586

    Re: File Dialog

    Use CFileDialog::SetControlText()... to see an example of it in use, check out my Example 11 at http://home.earthlink.net/~railro/mfc_link.html.

    SetControlText() is an undocumented function, but you can find it in the MFC source code.

    Rail

    ------------
    Recording Engineer/Software Developer
    Rail Jon Rogut Software
    http://home.earthlink.net/~railro/
    [email protected]

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