I have write a plugin which will popup a password dialog,this password dialog was popuped by a dll which was called by my plugin.
Also if i open a PDF file it will popup a message box by "AVAlertNote" method.
The problem is when the password dialog displaying if i click annother pdf file to open then the Acrobat will exit.
The password dialog is created by MFC in the dll.
This was tested on Acrobat 7.1.3
It seems that there is a conflict between the password dialog and message box.
I tested on Acrobat 8.1.5 it is OK.
Does anyone know why?
Message was edited by: ChromeUser To solve this problem i can use some method to watch the user open annother PDF file. But i have not the method in SDK to avoid user open annother PDF file.
Given that a newer version works and the older one does not - I am guessing that something in that older version isn't getting along with your DLL.