cboRequestor.AddItem ("X")
cboRequestor.AddItem ("y")
cboRequestor.AddItem ("z")

i am using the style 'dropdown list' which i intend to use.
however how do i add to the statments above to make z item the first to show instead of x..
and currently the combo is blank when first load ...how do i make the first item of the list to be show straight after the loading of form?