Hi!
Here's what the help file has to say:
- CLASSNN - The ClassnameNN value as used in previous versions of AutoIt, such as "Edit1"
So can someone explain what exactly does ClassNN hold or give pointers to some developer documentation please?
At a very high level, I understand that If there are 10 buttons on the screen, ClassNN is probably gonna show "Button1", "Button2" and so on. But what is the underlying mapping here? What field of the Windows Control is used (if at all?).
Where I'm getting at...I would like to somehow tweak my application source code so that I can get custom ClassNN values. It would be great to have "Button<<Name>>" instead of "Button1".
I posted a variant of this question on the MSDN forums and the answer was that I need to implement UIAutomation COM classes or proxies, but I was just hoping there is something simpler than that. If I can find out how AutoIT works, then it could possibly help.
Any help is much appreciated!