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

    ListView Count of Items - is it at all possible?

    Ugh. Times like this I think I should've just played varsity football. We all know how to get a count of items in a ListBox (listbox1.ListCount), but how the heck do you do this with a ListView? I hope it's possible without 800 lines of code. Can somebody point me in the right direction?


    -----
    Mark D. Scudder
    (www.markscudder.com)

  2. #2
    Join Date
    Aug 1999
    Posts
    28

    Re: ListView Count of Items - is it at all possible?

    ListView1.ListItems.Count

    Thats It - Good Luck


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