I have a listview on a form. I also have a find function from a textbox to find a specific entry in a listview with many entries.
A simple INSTR search.
I then use the FF_Listview_setselecteditem to hightlight the first found line in the listview.
But it doesnt remove the previously selected rowselect if the user previously selected a line in the listview.
See image.
How does one clear the previous selected row?
(//)
Hmmm cant upload the image....
May be you need activate LVS_SINGLESEL in WindowStyles.
What will I ever do without you guys on this forum?
Thanks a million, I overlooked that!!!
;D