MSAA finds UI Automation controls not

I am working on automating a windows application. I am using white structure teststack. I got into a problem. This program has a "Window" object that I cannot see inside. White does not show any controls within it. Inspect.exe does not show any controls inside it or when running in UI Automation mode. If I switch Inspect to MSAA it sees the controls inside are just fine. Is there anyway for me to use MSAA from C # to get a handle to these controls?

+3


source to share


1 answer




+4


source







All Articles