Results 1 to 4 of 4

Thread: Read Text from other application

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2005
    Posts
    105

    Read Text from other application

    I want to read selected item of a listview control in another application.

    I know how to read text from text boxes and combobox using GetWindowText API finding windows handle.

    But the same idea cannot read from ListView.

    So would some one help me to read selected item of a ListView

  2. #2
    PowerPoster jcis's Avatar
    Join Date
    Jan 2003
    Location
    Argentina
    Posts
    4,430

    Re: Read Text from other application

    You already have its hWnd?

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Apr 2005
    Posts
    105

    Re: Read Text from other application

    Yes, I already got its hWnd

  4. #4
    PowerPoster jcis's Avatar
    Join Date
    Jan 2003
    Location
    Argentina
    Posts
    4,430

    Re: Read Text from other application

    See Dr Memory's "CopyListview" Demo That's an example on coping all the data in the external Listview to a Listview in your project, you can take what you need from there. You'll need to be member on that Forum to be able to download that example.

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