CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Philip Nicoletti

Search: Search took 3.22 seconds.

  1. Re: CFileDialog mulitple selection limit - is there a workaround ?

    Why use GetOpenFileName instead of CFileDialog ? It had the same restriction that
    CFileDialog had. BUt as has been mentioned, that restriction no longer exists. Example:



    CFileDialog...
  2. Re: CFileDialog mulitple selection limit - is there a workaround ?

    Where do you set: fileDlg.GetOFN().lpstrFile and fileDlg.GetOFN().nMaxFile ?
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured