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

    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

+ Reply to Thread
Page 2 of 2 FirstFirst 1 2

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts



HTML5 Development Center

Click Here to Expand Forum to Full Width