USING VB 6.0 DATACOMBO LIST BOX - TechRepublic
General discussion
June 4, 2004 at 01:48 PM
canzee2000

USING VB 6.0 DATACOMBO LIST BOX

by canzee2000 . Updated 22 years ago

How do i remove the selected value from a datacombo list box based on the index value selected?

Say my dcListbox holds the values:
dcListb.list(index1) = 015
dcListb.list(index2) = 016
dcListb.list(index3) = 017
If during run time the user selects index2 ie(016)
i wish to code a button click_event to removed the value in the list that is selected.

This discussion is locked

All Comments