ClassNN

Hello…
I have a task of automating some actions on a certain windows application that uses JUCE.
I chose to do this with the help of Autohotkey.
The problem is that JUCE controls are not identified, i.e. autoit window info spy cannot know the ClassNN for each of them.

Is there a way to detect the ClassNN of each control?

Thanks in advance.

Not possible, because JUCE only creates one HWND for the entire TopLevelWindow and not a separate HWND for each child Component.

Yes this is what i get.
I thought maybe there is some kind of a solution for pasting values to certain controls other than recording mouse movement. Painful ! :frowning:

Thank you though :slight_smile: