I am going to put in my voat for quick launch access as well as system tray access. Currently there is no efficient means of accessing the quick launch bar
-----Original Message----- From: Aaron Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2008 6:29 AM To: Juan Hernandez Cc: [email protected] Subject: Re: system tray com automation There is no COM automation interface to the system tray that I'm aware of. You can easily get to the system tray window using the Windows object's FilterByClassAndModule method, and drill through the windows that way. Alternatively, you can get the Accessible object for the systray window, and get the information for the icons that way (which is what Window-Eyes 7.0 Beta 1 now does for super fast systray access). This might be a better discussion for gw-scripting so we don't bog down this list with details others aren't interested in. Aaron Juan Hernandez wrote: > Hi guys, > > how can I access controls in the sys tray via com? > > where can I read on this, what objects do I initialize etc? > > I'd like to write a script to read my wifi status on a keypress, etc > > Thanks. > > > > Juan Hernandez > E-Mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > Cell: (858)-699-2105 (Call at any time/text msgs are ok) > > > > > If you reply to this message it will be delivered to the original > sender only. If your reply would benefit others on the list and > your message is related to GW Micro, then please consider sending > your message to [email protected] so the entire list will receive it. > > All GW-Info messages are archived at http://www.gwmicro.com/gwinfo, and can be searched through and sorted using the search > form at the bottom of the page. > > If you wish to unsubscribe from this list, send a message to > [EMAIL PROTECTED] and include leave gw-info in the body > of the message. -- To insure that you receive proper support, please include all past correspondence (where applicable), and any relevant information pertinent to your situation when submitting a problem report to the GW Micro Technical Support Team. Aaron Smith GW Micro Phone: 260/489-3671 Fax: 260/489-2608 WWW: http://www.gwmicro.com FTP: ftp://ftp.gwmicro.com Technical Support & Web Development If you reply to this message it will be delivered to the original sender only. If your reply would benefit others on the list and your message is related to GW Micro, then please consider sending your message to [email protected] so the entire list will receive it. All GW-Info messages are archived at http://www.gwmicro.com/gwinfo, and can be searched through and sorted using the search form at the bottom of the page. If you wish to unsubscribe from this list, send a message to [EMAIL PROTECTED] and include leave gw-info in the body of the message. If you reply to this message it will be delivered to the original sender only. If your reply would benefit others on the list and your message is related to GW Micro, then please consider sending your message to [email protected] so the entire list will receive it. All GW-Info messages are archived at http://www.gwmicro.com/gwinfo, and can be searched through and sorted using the search form at the bottom of the page. If you wish to unsubscribe from this list, send a message to [EMAIL PROTECTED] and include leave gw-info in the body of the message.
