How can I know which feature (menu items, buttons, etc.) is clicked in a Windows Mobile application?
I need to create an app which listens to user clicks globally, much like what windows global hooks does and I need to know which part/control of every application the user clicked on.
TIA!