I have a combox
NOTE; It is a toolStripCombox called tscStubDates
I want to select an item then hit enter and it fire the code I have which will display records from an xml file I have.
Note, I already have it where I use the click event.... but I want to select an item then be able to scroll through using hte arrow keys then when I get to the date of a specific record fire that event by hitting the enter key
How do I do this?
vbMarkO
NOTE; It is a toolStripCombox called tscStubDates
I want to select an item then hit enter and it fire the code I have which will display records from an xml file I have.
Note, I already have it where I use the click event.... but I want to select an item then be able to scroll through using hte arrow keys then when I get to the date of a specific record fire that event by hitting the enter key
How do I do this?
vbMarkO