how to fetch the value and index of list box

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ajaym83
    New Member
    • Feb 2008
    • 3

    how to fetch the value and index of list box

    when we double click in listbox
    then how can we fetch the index and value on Double click
    pls give me the syntex or ans....
  • QVeen72
    Recognized Expert Top Contributor
    • Oct 2006
    • 1445

    #2
    Hi,

    To get the Selected Value: List1.Text
    To get the Selected Index: List1.ListIndex

    REgards
    Veena

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      Also try using

      List1.list(list 1.listindex)

      to get the selected item

      Comment

      Working...