Page 1 of 1

Select Item of TreeView

Posted: 03 Jul 2015, 09:00
by birbird
I don't find any TreeView related thing in Control cmd.
I need something like AutoIt's ControlTreeView

Code: Select all

ControlTreeView($hGUI, "", $hTreeView_1, "Select", "Root|Item 4")
Could anyone please tell how to automate a TreeView in AutoHotKey?
Any help will be highly appreciated!

Re: Select Item of TreeView

Posted: 03 Jul 2015, 09:10
by hd0202

Re: Select Item of TreeView

Posted: 03 Jul 2015, 09:21
by birbird
hd0202 wrote:Have a look at the doc
http://ahkscript.org/docs/commands/TreeView.htm#bifGet

Hubert
Thank you for your help.
But does it only work for own created GUI?
I want to automate the TreeView in another programm.

Re: Select Item of TreeView

Posted: 04 Jul 2015, 04:37
by hd0202
Serach for "Remote Treeview" in this forum and the other forum "www.autohotkey.com"

Hubert

Re: Select Item of TreeView

Posted: 04 Jul 2015, 07:33
by tmplinshi