Identify Field Control properties Dynamically
Posted
by Pravin Kumar
on Stack Overflow
See other posts from Stack Overflow
or by Pravin Kumar
Published on 2009-04-25T07:23:09Z
Indexed on
2010/05/28
10:01 UTC
Read the original article
Hit count: 269
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,
© Stack Overflow or respective owner