I am trying to make a program that will click the button of another program. I have been informed that I need to use spy++ in order to get the ID of the button that I want t
You have to look in the properties of the button, not in the properties of the parent window (at low level buttons are in fact some special kind of windows).