I'm using VB.net in Visual Studio 2012
I have a form which has a combo box control which I build from within my code, this seems to work well. However, my users want to use a keyboard arrow keys to scroll through the list and the enter key to actually make the selection but when the list is presented, as soon as the down arrow key is depressed, that item in the list is selected!
Is there something I need to do to get this control to work using a keyboard as it works perfectly with the mouse?
Many thanks
Steve
I have a form which has a combo box control which I build from within my code, this seems to work well. However, my users want to use a keyboard arrow keys to scroll through the list and the enter key to actually make the selection but when the list is presented, as soon as the down arrow key is depressed, that item in the list is selected!
Is there something I need to do to get this control to work using a keyboard as it works perfectly with the mouse?
Many thanks
Steve