|
-
April 26th, 1999, 01:30 PM
#1
Question on CFileDialog
Hi,
I created a dll that generates a dialog box based on CFileDialog. When I set the Flags parameter in CFileDialog to OFN_ENABLETEMPLATE, my dll does not work. I tested the dll by creating an executable file that calls the dll...the dialog would not open. Does anybody know why ?
Thanx in advance.
mc
-
October 7th, 2002, 02:16 PM
#2
Hello,
Even I have the same problem. Have you solved it?
thanks
-
October 7th, 2002, 02:51 PM
#3
Sorry, I found the solution. Inside the derived constructor, we have to mention
m_ofn.hInstance = "the dll's name";
then, it works
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|