Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
9
Answers
One by one combobox's item. Possible or not with c#?
Israel
7y
275
1
Reply
Hi!
I am in big need. I have three (3) items in my combobox:
"
morning
"
"
afternoon
"
"
good night
"
When I use this code:
comboBox1.SelectedIndex = 1;
Its displaying me the first item. Means if I write
comboBox1.SelectedIndex = 2
or
comboBox1.SelectedIndex = 3
;
Its will display the second or the third one. This is normal. But there is a problem. I need to display each item one by one automatically with a interval of 1 second each when I click to a button.
Hope to be well understood. Thank you,
Israel.
Post
Reset
Cancel
Answers (
9
)
Next Recommended Forum
sql server need help for the below query
Transactions and stored proc in SQL SERVER 2014