foreach statement cannot operate on variables of type 'MicroFour.StrataFrame.UI.Windows.Forms.ListView' because 'MicroFour.StrataFrame.UI.Windows.Forms.ListView' does not contain a public definition for 'GetEnumerator'
Are there others that I may need to be aware of?
Thanks,Bill
I'm not clear on what you mean by enumerating the ListView since you can certainlly enumerate the ListView.Items collection
Where ListView1 is type MicroFour.StrataFrame.UI.Windows.Forms.ListView
-Larry
Thanks a bunch for the reply! Happy New Year!!
I have been working too much lately. I failed to actually point to the Items collection--I was just pointing to the list. Silly me. I need coffee.