[RESOLVED] Display First Item in ComboBox...

Hello,

I am using an User Control Which was custom made..

I have added items to it however I want to be able to auto select the 2nd item in the list by defualt when the application runs.

Does anyone know how to select the 2nd item in the combobox..

The User Control which im using is in the .zip file included with this post.

Thanks

(Note: I didn't make this user control I downloaded it from the net)
[460 byte] By [aaronking] at [2007-11-20 11:39:20]
# 1 Re: [RESOLVED] Display First Item in ComboBox...
Like this?

Combo1.ListIndex = 1 ' starts with 0
dglienna at 2007-11-9 19:32:53 >
# 2 Re: [RESOLVED] Display First Item in ComboBox...
Thanks.. just what I wanted..

thought it was something simple.
aaronking at 2007-11-9 19:33:53 >