by komba » Sat, 14 Jun 2008 03:55:01
Hi,
I'm dynamically creating and showing a modeless dialog as a popup
notification.
i show it even if my main window is minimized.
this popup notification always grabs focus.
i've tried SWP_NOACTIVATE, WS_EX_NOACTIVATE, etc.
the dialog class i'm using is CAxDialogImpl.
any suggestion?