I have a VB 6 MDI application.
I can invoke help by pressing the F1 key providing an MDI child is displayed, help is not displayed if only the parent form is shown.

I have tried intercepting the keyboard, but this does not work on MDI parent forms.

Any ideas... thanks ...