Results 1 to 2 of 2

Thread: List View

  1. #1
    ChimpFace9000
    Guest

    Post

    How do i find out what row is selected in a single selection list view?

  2. #2
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892
    You should capture the WM_NOTIFY / LVN_ITEMCHANGED notification message of the ListView's parent window.
    It's quite weird that there is no other way, such as a message to send to the ListView itself or something like that.

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