Quantcast
Channel: CodeGuru Forums - C++ and WinAPI
Viewing all articles
Browse latest Browse all 583

ListView_GetItemRect Help

$
0
0
I am new to Windows programming and I am trying to click an item in listview control for that I need to take the rect size of the listview.Can anyone help me regarding ListView_GetItemRect macro.

I used like this:
ListView_GetItemRect(e3Obj.eHwnd,3,&rec,LVIR_BOUNDS);
But I am not getting any values in the RECT rect.Kindly help me

Viewing all articles
Browse latest Browse all 583

Trending Articles