Is there something one can call from the LostFocus or Valid methods of a text box that will both transfer focus to a combo box and also make it think that someone has pressed the down arrow? I'd like the user to enter filtering details into the box, and for the list from which he is to select to appear if he presses the return key. (I've read the FAQs on Combo boxes, but the solutions there are a bit more general and sophisticated than I need.)
(In version 2 one used to be able to stuff the keyboard buffer, which would then empty itself as soon as the next control got the focus. Perhaps there is a keypress to simulate pressing the down arrow?)
ajpa
(In version 2 one used to be able to stuff the keyboard buffer, which would then empty itself as soon as the next control got the focus. Perhaps there is a keypress to simulate pressing the down arrow?)
ajpa