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

    CFileDialog and CPropertyPage

    I am using a dialog with a CPropertySheet and 4 CPropertyPages. In one of the PropertyPages i have a Button which
    i want to use to show a CFileDialog box. The button works under NT4 but it doesn't work under Win 95/98.
    While debugging the code i find out that the program doesn't return from the CFileDialog:oModal().

    Has anyone idea's whats wrong ?


  2. #2
    Join Date
    Apr 1999
    Posts
    11

    Re: CFileDialog and CPropertyPage

    You may have a mismatch of the common control dlls. Make sure that you have the same version on both NT and Win 95/98.


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