Listbox
If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
2 posts
Page 1 of 1
Hi
Is it posible to do this?
Listbox1:
Listbox1:
Is it posible to do this?
Listbox1:
Code: Select all
Listbox2:
1
2
3
Code: Select all
Then you check if listbox1 contains the items in listbox2 and if so it removes those items so it looks like this 2
Listbox1:
Code: Select all
Google let me down this time so im hopping you can help me 1
3

Cody helped me :P
Code: Select all
For Each item In ListBox1.Items
If ListBox2.Items.Contains(item) Then
ListBox2.Items.Remove(item)
End If
Next
2 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023