 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
victor jetten Guest
|
Posted: Wed Oct 01, 2003 8:44 am Post subject: how capture Ctrl-A |
|
|
hi, I want to capture the key sequence Ctrl-A on a keydown event. This
doesn't work
if (Shift.Contains(ssCtrl))
{
if (Key == int('A') || Key == int('a'))
{
....
}
}
???
thanks
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|