Results 1 to 2 of 2

Thread: List boxes

  1. #1

    Thread Starter
    Member
    Join Date
    May 2000
    Posts
    43
    Okay this is probably really simple, but i need to know how to chane the text of a selected 'value' in a list box, can someone please help me
    Thanx
    Cease

  2. #2
    Fanatic Member
    Join Date
    Jan 2000
    Location
    Nitro
    Posts
    633
    Code:
    Private Sub List1_Click()
      List1.List(List1.ListIndex) = "What Ever"
      List1.Refresh
    End Sub
    Chemically Formulated As:
    Dr. Nitro

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