Jedhi Posted February 18, 2004 Posted February 18, 2004 foreach (byte key in keys) { key.Equals(number) listView1.Items.Remove(????); } Remove require an Item, how do I go from a key byte to an Item ? Quote
*Gurus* Derek Stone Posted February 18, 2004 *Gurus* Posted February 18, 2004 You can't remove an item while iterating through its collection. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.