PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: David Martin on June 08, 2004, 07:40:12 PM

Title: Get ListView Row
Post by: David Martin on June 08, 2004, 07:40:12 PM
How am I supposed to retrieve what Row I have clicked on in a ListView?

Thanks,

David
Title: Get ListView Row
Post by: TechSupport on June 09, 2004, 01:17:43 PM
Hi David,

There currently is no FireFly wrapper... You will need to use the Win32 API wrapper "ListView_GetSelectionMark(hWnd)".
Title: Get ListView Row
Post by: David Martin on June 09, 2004, 02:26:27 PM
That is not listed in my Win32API or CommCtrl.inc file.
Title: Get ListView Row
Post by: David Martin on June 09, 2004, 02:28:59 PM
Oops, did a search on the wrong thing ... it is in CommCtrl.inc

Thanks,