Hello
I need some help please, I made two examples the first one is how one would usually go about reading a click tree view item but not in the kind of script I need. I need my tree view to act more like my list view but have no idea how I go about doing that.
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
_Example_1()
_Example_2()
Exit
Func _Example_1()
GUICreate("Exmaple 1", 500, 500)
$Tree = GUICtrlCreateTreeView(0, 0, 200, 400)
$Test = GUICtrlCreateTree