VB.net, Combobox and keyboard function keys

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
 
A

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top