Hello NG!

In the Popup-eventhandler of a ContextMenu I need to get the position where
the stylus hits the control to call the ContextMenu.

Asking the MousePosition-Property in ContextMenu.Popup returns the expected
values on the emulator, but there's a strange behavior on my device (iPAQ
3850 (ARM)):
The Control.MousePosition contains the point, where you last clicked (just
clicked, no ContextMenu) the 'clear' form (where is no control under the
stylus and what perhaps has been some ContextMenus ago).

Why does it work in the emulator, but not on my device?

So how to get the point? You can't even save the position in MouseDown,
because it is not fired, if the ContextMenu is called. Or is there a way to
force the control to fire MouseDown before the ContextMenu pops up?

Thanks, D.Barisch