Forum Discussion
irina_lukina
14 years agoSuper Contributor
Hi Thrilok,
As far as I know, Notification Area was renamed to User Promoted Notification Area in Windows 7. So, I recommend that you try using the following code:
Sys.Process("Explorer").Window("Shell_TrayWnd", "", 1).Window("TrayNotifyWnd", "", 1).Window("SysPager", "", 1).Window("ToolbarWindow32", "User Promoted Notification Area", 1).
Does this help?