Jump to content

List view Issue


Ghost21
 Share

Recommended Posts

$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 ???

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...