http://bugs.winehq.org/show_bug.cgi?id=5898
------- Additional Comments From arno@teigseth.no 2006-09-08 12:50 ------- When I run the app with WINEDBG=relay, I can see the strings for the tooltiptext being loaded/parsed with Multybyteconvert().
Running with NATIVE comctl32 I can see the tooltipwindow being drawn twice (once blank and small, then the correct size and with text). Running with BUILTIN comctl32 it seems to be drawn only once.
I tried running with winedbg instead of wine, but then it crashes. (maybe some anti-debug code?)