Get ListView Row

Started by David Martin, June 08, 2004, 07:40:12 PM

Previous topic - Next topic

David Martin

How am I supposed to retrieve what Row I have clicked on in a ListView?

Thanks,

David

TechSupport

Hi David,

There currently is no FireFly wrapper... You will need to use the Win32 API wrapper "ListView_GetSelectionMark(hWnd)".

David Martin

That is not listed in my Win32API or CommCtrl.inc file.

David Martin

Oops, did a search on the wrong thing ... it is in CommCtrl.inc

Thanks,