PDA

Click to See Complete Forum and Search --> : There are 2 "ENTER"-buttons !!


R@emdonck
Nov 10th, 1999, 01:06 PM
On a Keyboard there are two "ENTER"-buttons.
A big one (the one with the broken arrow) and a small on (the one with "ENTER" on it).
With the "KeyDown" statement I can work but I can't make a difference between the two "ENTER" buttons.
Who can help me ?

Thank you
R@emdonck

Crazy D
Nov 10th, 1999, 02:06 PM
True, since AFAIK there's no difference between them, the 2nd enter-key is just to make it easy when you use the numeric pad...

Keiko
Nov 10th, 1999, 02:39 PM
Hi R@emdonck,

Can you detect by using vbKeyReturn (broken arrow) and vbKeySeparator ?

Regards