Sqlyog 5.0.1 free version for windows
The mouse pointer is invisible over the nag screen. One can not determine where it will click on the nag screen.
Probably this is consiquence of WinNT (unlike recent windows versions) not having built in hand pointer icon. The usual solution to this problem is to embed the hand-pointer icon in the program's .exe file and use this resource instead the window's one, or more complex solution is to check the windows version and to use the embeded icon only on the versions that do not have it. I even had a source code that do it but I can not find it now.
Thanks.