Exposing "visual stuff" in child forms property boxes
Base
V
DialogBase
V
EndDialog
I'd like to put the tooltip and helpprovider in the Base form. But as near as I can tell they then don't show up in the properties of EndDialog. I need to use them in the base form for startup processing. (The help string is copied to the tool tip. Redunant, but ...:-)
Is there a way to do this?
My solution is ugly. Put mustoverride properties in Base and DialogBase. EndDialog then provides the tool tip back through these properties. UGH!
Regards,
Al

