How am I supposed to retrieve what Row I have clicked on in a ListView?
Thanks,
David
Hi David,
There currently is no FireFly wrapper... You will need to use the Win32 API wrapper "ListView_GetSelectionMark(hWnd)".
That is not listed in my Win32API or CommCtrl.inc file.
Oops, did a search on the wrong thing ... it is in CommCtrl.inc
Thanks,