; www.purearea.net (Sourcecode collection by cnesm) ; Author: ; Date: 09. December 2003 handle=findwindow_("Shell_TrayWnd",0) If handle handle=getwindow_(handle,#GW_CHILD) If handle class$=Space(1024): getclassname_(handle,@class$,Len(class$)) If Left(class$,Len(class$))="Button" postmessage_(handle,#wm_close,0,0) EndIf EndIf EndIf ;TrayNotifyWnd ;ReBarWindow32 ;MSTaskSwClass ; ExecutableFormat=Windows ; EOF