Using visual studio's spy++ tool:

后端 未结 2 1311
刺人心
刺人心 2020-12-21 10:39

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

2条回答
  •  Happy的楠姐
    2020-12-21 11:06

    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).

提交回复
热议问题