|
-
Jun 17th, 2005, 04:54 AM
#1
Thread Starter
Lively Member
[SOLVED]DomainUpDown index
How to get index of domainupdown item?
I need item index in integer. (if it is a first, second, third, ....)
Thanks,
David
Last edited by manowar; Jun 17th, 2005 at 04:58 AM.
-
Jun 17th, 2005, 04:58 AM
#2
Thread Starter
Lively Member
Re: DomainUpDown index
Sorry to write this post.
It is simple solution:
dim st as integer
st = DomainUpDown.SelectedIndex()
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|