Zedna Posted June 20, 2005 Posted June 20, 2005 (edited) I have problem with obtain item text from treeview inside another application which generaly may not be AutoIt GUI.Because in AutoIt is not implemented ControlTreeView()I must use Windows API to do it.I'm using DllStruct, DllCall and TVM_GETITEM.It works fine when I'm this way manupulating with GUI treeviewlike in this example from Holger: GUITreeView_Holger.au3But when I'm trying the same way to manipulate with treeview in other app it's not working.Note that every other messages are working OK: TVM_GETNEXTITEM, TVM_SELECTITEM. This means by me that handle of item is OK and problem is probably in something else.My little app with treeview: treeview_app.au3Main problem script with manipulating this treeview: treeview_manipulate.au3Can someone help me with this?Thanks a lotGUITreeView_Holger.au3treeview_app.au3treeview_manipulate.au3 Edited June 20, 2005 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
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