The problem, there seems to be no parent window.
When I set the focus and then use GetWindowNames, the title is blank but the class is correct.
When I use View System Windows, I see the control (it matches the class from the previous comment) but it is under the top class.
This is what I get:
Code: Select all
65552 - #32769 ""
...
396314-TVirtualTreeHintWindow
With GetWindowNames, title is blank.
But then if I use the returned handle and class:
Let>WIN_USEHANDLE=1
GetWindowText>WinHandle,rslt returns blank
GetWindowTextEx>WinHandle,rslt returns blank
GetControlText>winHandle,winClass,1,rslt returns ##NOSUCHOBJECT#