I am working on an Adobe 6.0 plugin, and I need to create a hidden window that responds to certain windows messages. I create the window (MFC-based, using a class derived from CWnd) and override the PreTranslateMessage() function of CWnd(). But the function is never getting called. I've tried using WinAppRegisterModelessDialog(), but this doesn't help. Any ideas? Thanks.
-Chris
