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

    Hi
    How could I "suggest" a name in the File Save dialog when it comes up?
    Thanks


  2. #2
    Guest

    Re: File Dialog

    read help for CFileDialog constructor
    you can pass an initial filename in lpszFileName


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