Results 1 to 5 of 5

Thread: listbox help

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2000
    Posts
    37
    how can i get my listbox to scroll down as data is put into it. I.E so that the last line of data entered is always shown

  2. #2
    Member
    Join Date
    Oct 2000
    Location
    London
    Posts
    53
    List.AddItem NewItem
    List.TopIndex = List.NewIndex

  3. #3

    Thread Starter
    Member
    Join Date
    Oct 2000
    Posts
    37

    eeehh sorry

    cant get it to work
    list1.additem mychar5
    list1.topindex1 = list1.newindex

  4. #4
    Lively Member
    Join Date
    Sep 1999
    Location
    Liverpool, UK
    Posts
    64
    Code:
    List1.AddItem ("Whatever")
    List1.ListIndex = List1.ListCount - 1

  5. #5
    Member
    Join Date
    Oct 2000
    Location
    London
    Posts
    53
    topindex not topindex1

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