hi,
Is there a way to show the first value (in this case, the value is Sedan) on the drop down without selecting the down arrow?
Sub Main
Dim Make(2) as String
Make(0) = "Sedan"
Make(1) = "Truck"
Make(2) = "SUV"
Begin Dialog dlgOptions 10, 28, 100, 100, "Select"...