Results 1 to 6 of 6

Thread: Listview tricky search [SOLVED]

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2002
    Location
    Plantation, FL (USA)
    Posts
    66

    Listview tricky search [SOLVED]

    Hi,

    The listview has a handy feature to skip through records. When a letter is pressed with the focus on the LV, the selected item goes directly to the record matching the key pressed.

    My question is, how do I get the index of the destination record?

    when using the LV_KeyDown and look for the LV.SelectedItem.Index I get the original record, not the destination index.
    How can I get the result after the event is fired w/o using a timer?


    Thanks,
    Diego
    Last edited by dterza01; Jun 6th, 2003 at 07:42 PM.

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