CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 17

Threaded View

  1. #11
    Join Date
    Jun 2012
    Posts
    19

    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
  •  





Click Here to Expand Forum to Full Width

Featured