start menu's item can be executed single-click, explorer's item can be executed double-click or right-click and (O)pen.
like this, Windows UI is many execution method. I want to know execution through UI(like item double-click).
How to know that?
I try to use UI Automation. but focus change is Too late and sometimes executed without focus change. so I want certain method.
The assumption. UI to kernel execution message. Can I get it?
And other method is exist?