Results 1 to 3 of 3

Thread: Very Simple ListBox Question

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    116

    Exclamation

    I need to display the actual value of an item in
    a ListBox. The item index is 1.

    lblDisplay = List1.????

    Thanks!
    0101011001000010
    01101111011011100110110001101001011011100110010101110010

  2. #2
    PowerPoster BruceG's Avatar
    Join Date
    May 2000
    Location
    New Jersey (USA)
    Posts
    2,657
    Try this:
    lblDisplay = List1.List(1)

    If you want to display the currently selected item, use:
    lblDisplay = List1.List(List1.ListIndex)

    "It's cold gin time again ..."

    Check out my website here.

  3. #3
    Member
    Join Date
    Mar 2000
    Location
    Mentor,Oh,US
    Posts
    33

    Talking

    hehehe... not as hard as ya thought huh!?

    -deadBird

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width