Changes

ComboBox Control in VB6

275 bytes added, 03:53, 29 January 2008
/* ListIndex */
The following lines were added (+) and removed (-):
The currently selected item's index can be returned with the listindex property. A listindex property of -1 indicates that no item has been selectedThe currently selected item's index can be returned with the listindex property. A listindex property of -1 indicates that no item has been selected. This can be used to set the selected item as well such as in the following example taken from [[Strange_Errors_in_VB6#Automation_error.2C_The_object_invoked_has_disconnected_from_its_clients.]] cboSkGroup.AddItem ("<All Skill Groups Available>") cboSkGroup.ListIndex = 0
Bureaucrat, administrator
16,192
edits