Windows UI Automation not showing all child elements?

后端 未结 2 1817
渐次进展
渐次进展 2021-01-18 17:30

I have a TreeView control on my form, and I\'m recursively going through the elements of another window starting with the window itself. I\'m using this to find the element

2条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-18 18:11

    Could you give a better example of what fails? Thinking about the problem, it may be that the 'element' in the other form is being drawn manually, and so doesn't have distinct registered handles for everything.

提交回复
热议问题