Posted by member 111 on 2007-01-11 00:57:38 link

it's a common x-modules internal problem:
SetWindowPos(TooltipHints, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE);

this line uses to make label tooltip always on top and somehow it brings the parent label on top of full screen applicaitons.
there is well known jugg's tooltip fix, but Andymon doesn't use it. Why?