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