Identify Field Control properties Dynamically
- by Pravin Kumar
I have an app in which the user's actions such as "minimizing a window","closing a window","clicking a button" ... has to be captured. And those Field Controls ( like buttons, close icon , minimise icon ... ) can be in any application and have to be dynamically identified
Is there a way to do this in C# ???
Any useful pointers are much appreciated.
Thanks,