This is the situation.

I have many forms that I used and I dont use a MDI form to organize that.
(Dont ask why MDI was not used. Am not the boss )

Just a main form and the rest are pop up modal forms.

Just like to ask if is it possible to create a HelpProvider which is global that all the forms can used it whenever user press F1 for help.

Because right now, on every form I just added a HelpProvider object and set its HelpNameSpace property.

Thanks in advance.
-Yince