G GregSmith Registered User. Local time Today, 04:14 Joined Feb 22, 2002 Messages 126 May 18, 2004 #1 I am using a treeview and a listview control. I am trying to figure out the total items in the LISTVIEW control. Does any one know how? I am using the following but get errors: listView.Items.Count
I am using a treeview and a listview control. I am trying to figure out the total items in the LISTVIEW control. Does any one know how? I am using the following but get errors: listView.Items.Count
P pono1 Registered User. Local time Today, 02:14 Joined Jun 23, 2002 Messages 1,186 May 19, 2004 #2 Greg, Code: ListView.ListItems.Count Regards, Tim
G GregSmith Registered User. Local time Today, 04:14 Joined Feb 22, 2002 Messages 126 May 19, 2004 #3 That did the trick. Thanks!! You would not happen to know the rest of the listview switches would you?
That did the trick. Thanks!! You would not happen to know the rest of the listview switches would you?
P pono1 Registered User. Local time Today, 02:14 Joined Jun 23, 2002 Messages 1,186 May 20, 2004 #4 Your best on-line sources would be MSDN.Com, Google, and most any VB forum rather than an Access forum since the listview is more commonly used by VB developers. Regards, Tim
Your best on-line sources would be MSDN.Com, Google, and most any VB forum rather than an Access forum since the listview is more commonly used by VB developers. Regards, Tim
Mile-O Back once again... Local time Today, 10:14 Joined Dec 10, 2002 Messages 11,316 May 20, 2004 #5 VB Forums might be a good place to look.