C#: Change DropDownList value when Enter key is pressed

Posted by Addie on Stack Overflow See other posts from Stack Overflow or by Addie
Published on 2010-03-25T01:51:19Z Indexed on 2010/03/25 1:53 UTC
Read the original article Hit count: 385

Filed under:
|

I have a windows form with a DropDownList with a fixed number of items. How do I make the DropDownList increment to the next item when I press Enter and when it reaches the end of the items, return to the first item.

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms