|
-
January 10th, 2013, 09:47 AM
#11
Re: ListView_GetItemRect Help
I am calling in the same process.
Things I have done:
Sample code:
RECT rect;
int ix;
ix=ListView_GetItemCount(e3Obj.eHwnd);
//I am getting 20 in ix.Also I have checked it manually.
BOOL bRet = ListView_GetItemRect(e3Obj.eHwnd, 3, &rec, LVIR_BOUNDS);
Sir also let me know am I following the correct way to click on the item in listview or is there some other way.
Last edited by haroonrulz; January 10th, 2013 at 09:52 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|