The Wayback Machine - https://web.archive.org/web/20090919111055/http://www.codeguru.com:80/vb/controls/vb_listbox/

CodeGuru
Earthweb Search
Login Forums Wireless Jars Gamelan Developer.com
CodeGuru Navigation
RSS Feeds

RSSAll

RSSVC++/C++

RSS.NET/C#

RSSVB

See more EarthWeb Network feeds

follow us on Twitter

Member Sign In
User ID:
Password:
Remember Me:
Forgot Password?
Not a member?
Click here for more information and to register.

jobs.internet.com

internet.commerce
Partners & Affiliates
















Home >> Visual Basic >> VB Controls >> VB ListBox


VB ListBox

VB ListBox



DataBinding a DropDownList in a FormView
Rating: none
Paul Kimmel - 05/22/2009
Providing a drop down list in your ASP.NET Web applications help users avoid wasting time with bad data and it's a kinder, gentler thing to do.

Handling that Pesky Windows ControlBox
Rating: none
Paul Kimmel - 09/30/2008
Some things that seem hard are actually quite easy, and some things that seem easy take a little work, like that little [X] on a Windows Form, the ControlBox. Learn how to know just when that little bugger is pressed.

Anti-Aliased Image Transformation (Aaform)
Rating:
msg555 - 12/19/2005
Given an image and a quadralateral, Aaform will fit the image onto the quadraleteral passed using geometry.

Tooltips for each ListBox Item
Rating: none
Aaron Young - 10/13/2003
This small snippet of code shows how to display an individual tooltip for each item in a listbox. (Originally posted January 25, 2000.)

Detecting / Counting Duplicate Items in a ListBox
Rating: none
Aaron Young - 10/13/2003
This code sample shows how to detect and count the duplicate entries in a ListBox. (Originally posted February 9, 2000.)

ListBox with Grayed Out / Non-Selectable Items
Rating: none
Ravi Kiran - 10/13/2003
This code sample shows how to create a listbox in VB5/6 which is subclassed to have non-selectable/grayed out items. (Originally posted July 12, 1999.)

Search Listboxes as you Type
Rating:
Clyde Saye - 10/13/2003
This small code sample shows how you can search a listbox while typing into a textbox - similar to the way that Windows Help works. (Originally posted May 3, 1999.)