Finding a textvalue in an Index

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • gsb58@hotmail.com

    #1

    Finding a textvalue in an Index

    Hi!

    On a form I have a ListView, lstMyView.

    The list have values in column1 like:

    06:00
    06:30

    and so on....

    Now, when user click's an index, I'll write a message to StatusBar1
    which index number was clicked. This is easy in VB.NET.

    However, I would like to get the textvalue associated with the index
    number, not the index number itself.

    Anybody that knows how to extract the textvalue?

    Me.Name

Working...