How to get index of domainupdown item?
I need item index in integer. (if it is a first, second, third, ....)
Thanks,
David
Printable View
How to get index of domainupdown item?
I need item index in integer. (if it is a first, second, third, ....)
Thanks,
David
Sorry to write this post.
It is simple solution:
dim st as integer
st = DomainUpDown.SelectedIndex()