Hi, Again a TreeView related question: What is the correct way to get Index of currently selected item? and i need the index relative to the very first item. Here is my code, when i select Item8 for example, i want to get «Index: 8» not «Index: 0», or when i select Item5, i want to get «Index: 5» not «Index: 2» (the item names can be anything of course)... #include <GuiConstants.au3> #include <WindowsConstants.au3> #include <GuiTreeView.au3> $GUI = GUICreate("Test Sc