Changes

ComboBox Control in VB6

212 bytes added, 22:10, 16 January 2008
/* Multi-Columns Combo Box */
The following lines were added (+) and removed (-):
Private Sub Command1_Click()  Dim Index As Long  Index = ListBox1.ListCount  Call ListBox1.AddItem("Column1", Index)  ListBox1.List(Index, 1) = "Column2"  ListBox1.List(Index, 2) = "Column3" End Sub
Bureaucrat, administrator
16,192
edits