Results 1 to 3 of 3

Thread: Get the 25:th item in the listbox from the end when I load the form

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2002
    Posts
    665

    Question Get the 25:th item in the listbox from the end when I load the form

    I always wanna mark the 25:th item from the end in my listbox, when I start the form. How do I do that?

  2. #2
    Lively Member da_haCKEr's Avatar
    Join Date
    Oct 2002
    Location
    Paradise Isle of Sri Lanka
    Posts
    116

    Er ?

    Well you can always do this.

    VB Code:
    1. Twenty_Fifth_Item_From_End = List1.List (List1.ListCount-25)
    .:JanuZ:.
    .:JanuZ:.XtremeSoft


  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2002
    Posts
    665
    Thanks da_haCKEr!

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