Click here to Skip to main content
15,908,581 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I have a CFileDialog with custom buttons.
From an exe projects the buttons functions just fine.

From a dll however, I can't seem to get messages or notification.

What must I do to recieve messages and notification when my dialog is called from a dll.

Thanks in advance.
Posted
Comments
Richard MacCutchan 24-Nov-10 17:47pm    
There should be no difference, unless you are calling a different dialog proc. Try showing some of your code to assist with the diagnosis.
fjdiewornncalwe 25-Nov-10 13:57pm    
Like Richard said, there should be no difference. Are you trying to consume those messages in the dll code, or in the calling binary code?

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900