R
RvGrah
I built a help system using Html Help Workshop (very unintuitive!).
Got it hooking up with my C# application OK. But I have one issue:
The application allows multiple child windows to be open, usually non-
modally. If the help window is launched from one window, and then the
user gives focus to another window and presses F1 again, the topic in
Help changes as it ought to, but whatever window opened it first comes
back to front as well (if it was still open in the background). I
assume this is because the first window to open Help still "owns" the
help window.
Is there a way to catch the F1 keystroke and take ownership of the
help window for the latest open form when the user presses F1?
Thanks, Bob Graham
Got it hooking up with my C# application OK. But I have one issue:
The application allows multiple child windows to be open, usually non-
modally. If the help window is launched from one window, and then the
user gives focus to another window and presses F1 again, the topic in
Help changes as it ought to, but whatever window opened it first comes
back to front as well (if it was still open in the background). I
assume this is because the first window to open Help still "owns" the
help window.
Is there a way to catch the F1 keystroke and take ownership of the
help window for the latest open form when the user presses F1?
Thanks, Bob Graham