GeekArticles
Microsoft
Visual Basic
Microsoft
Visual BasicGather multi-selected VB ListBox items
by ElementK Journals on Visual Basic Read Comments Rate this resource Viewed 8868 times Rating: 18 users 4.39 out of 5 Next > Conventional Visual Basic wisdom states that in order to gather the selected items from a multi-select ListBox, you should loop through all the items and test the Selected property. As with all loops, however, this can potentially bog down slower CPU's. As a much faster and more elegant alternative, you can use the SendMessage() API function instead. As you...n
Sponsored Links
Related Topics
Subscribe via RSS
Visual Basic
- VB Editions - Visual Basic
- Creating an HTML File List with VB
- Visual Basic Programming For Windows CE
- Create a GUI for an FTP Client with VB.NET
- Introduction to OOP in VB.NET
- Discovering Visual Basic .NET: Repeating Code
- Visual Basic Business Objects - A Primer
- Debugging in Visual Basic .NET
- Tutorials: Discover Visual Basic
- Polymorphism in VB - Introduction
