llouis Posted July 29, 2008 Posted July 29, 2008 Hello,I'm a rookie with AutoIt. I read the AutoIt guide but it seems that it can't manage all types of controls.I don't remember where but I think I read that control defined with MFC are not managed with AutoIt methods.So I have to work with a control AfxFrameOrView (AfxFrameOrView42 according to AutoIt windows info) and I haveto:find an item in the tree, according to its labelselect this itemdo a double click on this itemIs there any way to manage this control and to do the previously listed action ?Moreover, is it possible to manage a SysTreeView32 control with the 'classical' methods provided by AutoIt?Thank you in advance.Kind regards.
Zedna Posted August 9, 2008 Posted August 9, 2008 Moreover, is it possible to manage a SysTreeView32 control with the 'classical' methods provided by AutoIt?ControlTreeview()or _GUICtrl_Treeview_xxx() UDFssee AutoIt helpfile ... Resources UDF ResourcesEx UDF AutoIt Forum Search
meokey Posted January 12, 2009 Posted January 12, 2009 I'm also struggling in getting the text from the control AfxFrameOrView. anyone help please ?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now