VB.net, Combobox and keyboard function keys

  • Thread starter Thread starter Alam
  • Start date Start date
A

Alam

Hello All,
Just couple of simple questions if someone can help:
1. I have a combobox and its properties are set as:
Autocomplete mode = suggestappend
Autocomplete source = List items
Is there an event which will allow me to trap Value member detail when
the user scrolling through the List items list?


2. How to assign dynamic values to any Function keys on keyboard.
3. hoew to assign Control + I = todays date

Above is required for vb.net application.
All comments welcome.

Alam
 
1) You can use the SelectedIndexChanged event to trap the user scrolling the
list
SelectedIndexchanged event is not fired when user is in
sublist(ListItems)!
thanks
 
Back
Top