i try to use wParam, lParam = 0,0 as descript here
https://learn.microsoft.com/en-us/windo ... ectedcount
wParam
Must be zero.
lParam
Must be zero.
Code: Select all | Expand
hb_retni( ListView_GetSelectedCount(hWnd,0,0)
it work when use only
Code: Select all | Expand
hb_retni( ListView_GetSelectedCount(hWnd)
![Question :?:](./images/smilies/icon_question.gif)