Click here to Skip to main content
15,999,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi

1. I am showing more than one balloon tooltip in my application
a. I need to close a selected balloon tooltip only

or

b. I need balloon tooltip with close button without using API
Posted

1 solution

Please see my response to what appears to be the same question you have here:[^].

But, the idea of having more than one ToolTip open at a time really means you are no longer really using the "classic" model of a what the WinForms ToolTip "is:" which is one, and one-only, instance open at a time ... no matter how many ToolTip controls you put on your Form, no matter you set the 'ShowAlways property to 'true.

So, imho, you are asking for a solution here that does not allow using the WinForms ToolTip Control, but will require you to create your own special Form, or UserControl, class, and instantiate multiple copies of it, implementing all the logic necessary (including use of Timers ?) that you require.
 
Share this answer
 
Comments
Wendelius 30-Dec-11 16:36pm    
Sounds like that, my 5.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900