Friday, 8 August 2008
 
 


My Special Tooltip 1.0.0
Download My Special Tooltip 1.0.0
Contacting third-party download site... please wait.
If your download does not start automatically within 5 seconds, choose a mirror below:

My Special Tooltip 1.0.0 Mirror 1

My Special Tooltip 1.0.0 Mirror 2

 


In one of my projects (IUST University Network Library Program), I needed a customizable tooltip that supports Right To Left (RTL), Unicode Strings and custom fonts. Building a real working tooltip seems to be very easy, but I tell you that it's not such an easy thing that it seems to be. There are lots of details and exceptions that you must handle them. I tried to make a stuff that I can use it in my other project simply. I didn't like it to be an ActiveX so the final result is a single form that you can add it simply to your Visual Basic projects. You can assign tooltips by adding at least a single line of code to MouseMove event handler of desired control. The source code includes a test form that will guide you to use this tool.