propovip 0 Posted May 26, 2011 Hi, I am unable to identify the ToolBar controls , i have installed two tool bars in my IE browser and i could see the same in the browser. I used AutoInfo to identify the Controls. Following are the properties for the Control Index , command ID and Text. Control Information :- Class :- ToolBarWindow32 INSTANCE = 8 Can any one tell me how do i click the second tool bar using the index or text property. Using "ControlClick" function i can click only the control and not the toolbar installed within that. Thanks, Propovip Share this post Link to post Share on other sites
Zedna 280 Posted May 26, 2011 (edited) Look at GuiToolbar Management in UDF section of Autoit's helpfile. Maybe you can use _GUICtrlToolbar_ClickIndex(). There are also examples. EDIT: Use ControlGetHandle() to get toolbar handle. Edited May 26, 2011 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search Share this post Link to post Share on other sites