Images as Tooltips?!
There is a way to display an image as tooltip when mouse is over some special items at COMPONENTS page?
Archive: Images as Tooltips?!
Images as Tooltips?!
There is a way to display an image as tooltip when mouse is over some special items at COMPONENTS page?
must be possible with the following system calls (inside mouseover callback function):
- get current mouse position
- initialize tooltip
- set picture as tooltip
don't have the time to search for all the needed winapi functions, but may be possible this way.