ToolTip Problem

  • Thread starter Thread starter kiran
  • Start date Start date
K

kiran

I set a tooltip to a button. using SetToolTip method.in Form_Load function.
When I mouse over the button tooltip is comming perfectly. But When I click
the button and mouse over the button , tooltip is not comming.

Regards
kiran
 
I added again the SetToolTip for the button in button event handler. Now
Tool Tip is comming even after button clicks. I thought that it is not good
way .. to set tooltip in button click event. Then SetToolTip will be invoked
evertime when u click the buton
 
Back
Top