c# - How can I know which feature is clicked in a Windows Mobile application? -


How can I know which feature (menu items, buttons, etc.) are clicked in a windows mobile application? is?

I need to make an app that clicks for the user globally, what the global hook of Windows does and I need to know about which application the user was clicked on.

TIA!

Thw Windows CE OS does not support mouse hook itself This keyboard supports hooks (unauthorized but it's since 1.0) The only way to get all the mouse events is to write a custom touch panel driver and this is not a small achievement, especially when you do not have any information about the hardware, perhaps if you give us a better idea why you If this capability is required, then we can provide alternatives.


Comments