I don´t think so using the KeyDown event (both are mapped to
KeyCode.Return), but it should be possible overriding ProcessKeyMessage in
the form, looking at some bits of the lparam (extended key flag or similar)
and calling to the base.ProcessKeyMessage:
WM_KEYDOWN Notification
http://msdn.microsoft.com/library/de...wm_keydown.asp
--
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
"Stefan" <(E-Mail Removed)> escribió en el mensaje
news:eVhv%(E-Mail Removed)...
> oh sorry!
> ok, now my problem in english:
> is there a way the difference both enter-keys in code? one on the num-pad
> and the other.
> if yes: is it possible to change one enter-event to an other value?
>