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

Search:

Type: Posts; User: sigmawave

Search: Search took 0.01 seconds.

  1. Re: CFileDialog::DoModal() never returns in DLL

    Thank you for your work!
    Now I see what is the problem. I made change. It is working.
    Best regards,

    -Fan
  2. Re: CFileDialog::DoModal() never returns in DLL

    Thank you, Igor.

    I just copied your code to replace my code. The dialog still doesn't show up.

    31443
    Would you mind looking at my code to find what is wrong with my DLL?

    Regards,

    -Fan
  3. Re: CFileDialog::DoModal() never returns in DLL

    Thank you for your quick reply.

    My problem is the application hangs in the CFileDialog::DoModal() call in the DLL mode. The file open/save dialog doesn't show at all. The function runs fine in the...
  4. Re: CFileDialog::DoModal() never returns in DLL

    By the way, I don't think the issue is related to "AFX_MANAGE_STATE" macro. Because I can call CColorDialog::DoModal() successfully in DLL mode.
    Thanks!

    -Fan
  5. CFileDialog::DoModal() never returns in DLL

    Hello everyone.

    I have problem in using CFileDialog::DoModal() function in DLL.
    I have no trouble in doing such function call in EXE application. Also, I have no trouble to show CColorDialog and...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured