
Modeless dialogs in dlls showing help
Hi I have a dll that is called from my app. The dll the
creates and displays a modeless dialog box. The trouble
is when I press F1 for context sensitive help. I handle
this in my dialog class and post it up to my mainwindow to
show help. The trouble is that before I get the message
in my dialog class it is going off somewhere first which
is calling up WinHelp with an invalid ID causing it to
close! Anyone any ideas where the message is going to
first?
Peter