i know in VB6 this line of code
Code:
 With Combo1
        .AddItem "Zion", 0
        .AddItem "Boy"
        .AddItem "Apple"
    End With
put Zion at the top of the list at runtime

How can i achieve this with VB.net