+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: SearchList

  1. #11
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: SearchList

    My absolute pleasure.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #12
    Join Date
    Nov 2006
    Location
    Kosovo
    Posts
    448
    Rep Power
    28

    Re: SearchList

    I like it, this gave me an idea for another tutorial, +rep

  4. #13
    Join Date
    Sep 2008
    Location
    Kosovo
    Posts
    4,032
    Rep Power
    44

  5. #14
    ravmonster is offline Newbie
    Join Date
    Jul 2009
    Posts
    18
    Rep Power
    0

    Re: SearchList

    how about if i want to search a file from a drive for example drive D:/
    and display the content of the file from a textbox ????

  6. #15
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: SearchList

    Code:
    this works using a loop that passes through each item on the list box and checks if the searched item fits with the found one ..
    So once you find the item in the list box you are going to keep looking for it? What if you want to highlight all occurrences of the item?

    When I run the code it selects the first occurrence of the item, what if you want to select the last occurrence of the item?

+ Reply to Thread
Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

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