CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    Join Date
    Jun 2012
    Posts
    19

    Re: ListView_GetItemRect Help

    Thanks for your reply,now I understood my issue.

  2. #17
    Join Date
    Jan 2013
    Posts
    2

    Re: ListView_GetItemRect Help

    I would suggest checking if the item is visible

    http://msdn.microsoft.com/en-us/libr...(v=vs.85).aspx

    because if its not, you cannot get the rectangle. You can also make it visible

    http://msdn.microsoft.com/en-us/libr...(v=vs.85).aspx

Page 2 of 2 FirstFirst 12

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