Click here to Skip to main content
15,918,624 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I am trying to build a tool which is capable of identifying the desktop application elements when hovered by user and record the user actions along with the element properties.

I have no ideas where to start from. Could someone please guide me on which API etc can be used which helps in recording actions.

So far, I have googled and found Inspect.exe to be used for identifying elements. Does it works for desktop applications as well?


Note - I am not looking for any automation testing tools like Coded UI etc which have an inbuilt option to record and identify elements.

Thank You.

What I have tried:

No Code. As I don't know where to start from.
Posted
Updated 24-Sep-18 0:44am

1 solution

Quote:
I don't know where to start from.
Then it may be that you do not have the experience for such a challenge. However, you could start by looking into Windows Hooks[^], which allow you to intercept messages being passed through the system.
 
Share this answer
 
Comments
Shivangi Rawat 24-Sep-18 6:56am    
@Richard- Thank You, I will try to look into Windows Hooks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900