Jump to content

Recommended Posts

Posted

$Selected = _GUICtrlListView_GetSelectedIndices($ListView)

$PC = _GUICtrlListView_GetItemText($ListView, $Selected)

MsgBox(0, "PC", $PC)

^^^^^^^^^^^ Why when I run that it doesn't show the PC name ? ^^^^^^^^

BUt if I run it like this

$Selected = _GUICtrlListView_GetSelectedIndices($ListView)

$PC = _GUICtrlListView_GetItemText($ListView, 5)

MsgBox(0, "PC", $PC)

It shows the name ???

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...