I think the closest to the VB ComboBox is the AutoCompleteEditText that is included with B4A 1.7.
As you type it pops up a list matching what you have typed so far.
You can also use the Click and/or HasFocus events to pop up a list of possible entries.