Hello,
I have a textbox containing a listview of items. I would like to set it up
so that when that textbox has the focus and I press ctl-A from the keyboard
it selects all the items. Dealing with the textbox and selecting the items
is not the issue here since I can readily do that. However, how do I set
everything up to know that ctl-A has been pressed? Also, what is the correct
name for such a key? Is it called a hot key, a shortcut key, or what?
Thanks,
Ray
I have a textbox containing a listview of items. I would like to set it up
so that when that textbox has the focus and I press ctl-A from the keyboard
it selects all the items. Dealing with the textbox and selecting the items
is not the issue here since I can readily do that. However, how do I set
everything up to know that ctl-A has been pressed? Also, what is the correct
name for such a key? Is it called a hot key, a shortcut key, or what?
Thanks,
Ray
Comment