Hi,
Start any program that uses the common dialog file open dialog (Win95 style) using -managed.
Then move the mouse over any of the toolbar icons. Watch a VERY HUGE window manager window pop up displaying the tooltip text in the upper left corner.
Reason for this appears to be some changed flags that lets WIN_WindowNeedsWMBorder fail on tooltips.
Does anyone know how to fix this? Adding WS_EX_TOOLWINDOW to the tooltip CreateWindow is probably wrong :/
Ciao, Marcus