Move Items from one List Box to Another Without Duplication
Category:
Forms and ControlsType:
SnippetsDifficulty:
IntermediateAuthor:
JimVersion Compatibility: Visual Basic 6, Visual Basic 5
More information:
Example of how to move items from one list box to another and remove any duplications. Uses API so much faster than looping through list.
Instructions: Copy the declarations and code below and paste directly into your VB project.
Declarations: