Ralf,

When you register OnCursorKey it actually fires both before the application sees it and after the application sees it. Meaning you are guaranteed to get the event twice with each single keypress. The IsBeforeApplication flag that gets sent to your event handler indicates if it is firing before or after.

Isn't this what you are asking for?

But as an fyi, just because it fires after the application sees the keypress, it doesn't guarantee the application did anything with it or at least did anything with it yet. However, normally it works fine. Typical problems may be if the application is sluggish to respond...say it is working over a slow network of some sorts for example.

Regards,
Doug

On 11/14/2010 10:17 AM, Ralf Kefferpuetz wrote:
Hello all,

as far as I understand it right the Keyboard.RegisterCursorKey  fireds the
function, before  the cursorKey is passed to the application. Do we have
something similar to Keyboard.RegisterCursorKey, but it should fire up after
the  key is passed to the application?

Many thanks,
   Ralf

Ralf Kefferpuetz
* Germany
* MSN/Live: [email protected] * Aim: RalfKatEMC * Skype/Yahoo:
rkefferpuetz7747 *


Reply via email to