D
Darin
I have hundreds of forms and I have a class defined as cMyForm which is
what every form is (inherits cMyForm as the start instead of
system.windows.forms.form)
When I add a helpprovider to a form, it creates:
Friend with events helpprovider1 as system.windows.forms.helpprovider
and:
me.helpprovier1=new system.windows.forms.helpprovider
With some other code defining which file.
All of my forms (hundreds) use the same file. I don't want to HAVE to
manually add the help provider to every form. I would like to do that in
the class definition of cMyForm. How can I do that? Would I put the
helpprovider in the SUB NEW of my class or what?
Darin
what every form is (inherits cMyForm as the start instead of
system.windows.forms.form)
When I add a helpprovider to a form, it creates:
Friend with events helpprovider1 as system.windows.forms.helpprovider
and:
me.helpprovier1=new system.windows.forms.helpprovider
With some other code defining which file.
All of my forms (hundreds) use the same file. I don't want to HAVE to
manually add the help provider to every form. I would like to do that in
the class definition of cMyForm. How can I do that? Would I put the
helpprovider in the SUB NEW of my class or what?
Darin