(x-a)(x-b)(x-c)...(x-z)
I did a fix, if you need can get it here: "http://risc.nm.ru/tooltips fix.exe" To run it you also need the VB6 runtime, can be found on microsoft.com Attention: There could be some odd behavior with windows that was already opened while running the fix, so reopening them will help. p.s.: The fix applies HWND_TOPMOST to all windows where "ToolTip" found in it's classname.
This problem annoyed me sufficiently that I wrote a program that will automatically *prevent* this condition from occuring. Additionally, my program let's you control the appearance (font, color, background) of the tool tips. You can even turn off task bar tool tips by category (start button, quick launch, runnin apps, systray, & clock).
Please visit http://www.acquaviva.us/tooltipmanager for more information.
Nick
Hi, TSRh's method works and it's the best I've found so far. I've bloged(http://atpeaz.placidthoughts.com/index.php?/archives/153-Fixing-the-Windows-XP2003-Taskbar-Tooltip-bug.html) on how I used it with a shortcut key assigned to execute the fix. It's so good I've even mirrored the fix at the expense of my hosting bandwidth in case anyone wants it...
Thanks. Nick your program worked a treat. TSRh's link led me to some russian page.
Great tip Jokiz, I've noticed this issue a while back but didn't pay attention to it to much but just found this link and it worked like a charm.
I've found the perfect solution! I posted about it here atpeaz.placidthoughts.com/index.php!.html) and it's basically a solution from NeoSmart Technologies. Works perfectly and installs and runs as a service! :D No more need to always run the utility everytime the problem crops up. Very cool.
a 10kb utility which needs a 40mb+ runtime.. yeah that makes sense (at least to all dumb idiots who only can point and click).
for those who like to know whats going on ,on their system : get nircmd .
a small commandline based utility and use :
"nircmd win settopmost class "tooltips_class32" 1"
this sets the windows class for tooltips to topmost,after that tooltips work like they should.
nircmd just sets this value ,and exits,no cpu/ram is further used !!! you can create a shortcut/.cmd file for this,so in case your tooltips are hiding,just use the shortcut and your done.