05-31-2006, 08:30 AM
I am able to get the count of items in a list box using GetListViewItemText. I am able to the text of any items in the list box. The problem is, I am having a difficult time selecting the item :lol:
For example, the list box contains 20 items. I am able to get the name of the 16th item, but not able to select it. I have tried LB_SelectString to select the actual string and I have also tried LB_SelectItem using the index number, but it's not working.
Help please.
For example, the list box contains 20 items. I am able to get the name of the 16th item, but not able to select it. I have tried LB_SelectString to select the actual string and I have also tried LB_SelectItem using the index number, but it's not working.
Help please.
