RE: hitting esc when "find" is showing.
Just checked msnmsgr.exe in PE Explorer - there's no dialog resources. So, logically, the message loop in MSNM7 doesn't have IsDialogMessage(). Therefore, keypresses don't go to modal dialogs, unless you use DialogBoxParam(), which has it's own message loop.
Is that correct?
|