Hi All,
Objective: Need to find a Application named "True Color Finder" running in the system tray of Win XP-32 bit and clicking left click , so that context menu opens up.
Script used:
#Include <GuiToolBar.au3>
Opt("WinTitleMatchMode", 2)
Global $hSysTray_Handle, $iSysTray_ButtonNumber
G...