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

Threaded View

  1. #1
    Join Date
    Jun 2006
    Posts
    148

    Items of Listview of external application

    Hi All,

    I m trying to store the content of a listview of an external application. It works fine when i try it on my own application, but fails on the third party application.


    I have tried to so many examples, but i cant get the text of the items in the listview.

    I have also tracked the LVM_GETITEM message using spy++, but it returns null value in the pszText member of LVITEM.


    What could be the reason.

    Thanx for any kind of help.

    Regards,
    shail2k4
    Last edited by shail2k4; April 20th, 2007 at 01:00 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