tool tips and inheritence 
Author Message
 tool tips and inheritence

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



Tue, 31 Aug 2004 07:59:19 GMT  
 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



Tue, 31 Aug 2004 09:25:24 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Tool (tip) Time!

2. Changing embedded button tool tips

3. Shape tool tip text --- is it available?

4. How to determine the tool tip

5. tool tips running off edge of userform and not refreshing

6. tool tips on class methods, properties, etc.

7. How can I add tool tip to userdefined classes,Datatypes,Function Etc in Vb.net

8. Hand Made tool tip

9. Using tool tips

10. Tool tips don't seem to work

11. Visual Basic Corner: Free tips, tricks, tools, links,.......

12. Multi-line Icon Tray Tool Tips using VB

 

 
Powered by phpBB® Forum Software