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

Thread: ListView

  1. #1
    Join Date
    Feb 2002
    Posts
    111

    ListView

    How to read data from a listview?

    Thnx

  2. #2
    Join Date
    Mar 2000
    Location
    MN, USA
    Posts
    10

    Wink

    Code:
    dim mytextstring as string
    mytextstring = ListView1.Items(0).Text().ToString()
    I used a little 30 second method called "figure it out myself" to do this. You should try it sometime! *grins* :-)

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