22 Oct
2010
22 Oct
'10
11:17 a.m.
Dmitry Timoshkov <dmitry(a)codeweavers.com> writes:
This patch makes sure that "Shell_TrayWnd" window doesn't have a caption since some apps depend on it being empty. The bug #20129 lists one of such applications. It does FindWindow("Shell_TrayWnd", "") and expects that it returns a valid tray window handle.
It can't work the way you are doing it, FindWindow won't find a child window. -- Alexandre Julliard julliard(a)winehq.org