i try to use wParam, lParam = 0,0 as descript here
https://learn.microsoft.com/en-us/windows/win32/controls/lvm-getselectedcount
wParam
Must be zero.
lParam
Must be zero.
- Code: Select all Expand view
- hb_retni( ListView_GetSelectedCount(hWnd,0,0)
but it fail when compile ... hm
it work when use only
- Code: Select all Expand view
- hb_retni( ListView_GetSelectedCount(hWnd)
how is this possible