I'm trying to reproduce native hints/tooltips under Windows Vista/7 using Delphi7.
I've found a really nice component which could solve the issue: http://stanleyxu2005.blogspot.com/2008/01/native-hint-window-class.html
It does work but only partially: TListView components' tooltips aren't shown. The screen is blinking for a sec but no tooltips are shown.
Does anyone have any working solutions? (or maybe ideas on how to modify the above?)
Thanks!