
tool tips and inheritence
In the base form ,Change the code that "Friend WithEvents ToolTip1 As
System.Windows.Forms.ToolTip" to "Public WithEvents ToolTip1 As
System.Windows.Forms.ToolTip"
It's OK.
dyton
Quote:
> I have a base form from which a number of other forms inherit. The goal
is
> to have tooltips always available on all the forms. I dropped the ToolTip
> control onto the base form. The other forms that inherit from this base
> form do not seem to inherit this control with the form. Any ideas? Am I
> overlooking something? Is this possible with this control?
> Thanks,
> Shannon