--
Gianni Gentilotti
Try to add hidden menuitem to your menu and assign F10 as shortcut.
HTH
Alex
Gianni Gentilotti
"Chris Jones" <stockt...@home.com> ha scritto nel messaggio
news:DbPw2QR...@forums.sybase.com...
> use the function KeyDown( *keycode* )
>
> Function keys -- KeyF1! - KeyF12! Function keys F1 to F12
> Control keys -- KeyAlt!
>
> You need to map a userevent to the keys being pressed and within the
event,
> you can call KeyDown to tell you what key(s) was/were pressed when the
event
> fired.
>
> HTH,
> Thanks,
> CJ
>
>
>
> "Gianni Gentilotti" <gia...@sei-soft.it> wrote in message
> news:VRYn9MO...@forums.sybase.com...
Function keys -- KeyF1! - KeyF12! Function keys F1 to F12
Control keys -- KeyAlt!
You need to map a userevent to the keys being pressed and within the event,
you can call KeyDown to tell you what key(s) was/were pressed when the event
fired.
HTH,
Thanks,
CJ
"Gianni Gentilotti" <gia...@sei-soft.it> wrote in message
news:VRYn9MO...@forums.sybase.com...