Why do you need to open a window inside of Acrobat? I would just write a standalone Windows application, with Winforms or whatever else you're used to, and have the plug-in launch it with a call to CreateProcess. Then you can use something like Process.Start in your application to open the selected files in Acrobat.
↧