B
Bill Rogers
Hi all,
I am writing an automated testing app for VB.net. I can find all of the
window handles for the app under test, but now I need to get from the handle
back to the .net control instance and examine its properties. First I want
to find out its instance name, later I want to examine its other properties.
I can get the type information corresponding to the window, but I am drawing
a complete blank on how to get to the control instance associated with that
window. I know this can be done because I have object browsers that do it.
Thanks,
Bill
I am writing an automated testing app for VB.net. I can find all of the
window handles for the app under test, but now I need to get from the handle
back to the .net control instance and examine its properties. First I want
to find out its instance name, later I want to examine its other properties.
I can get the type information corresponding to the window, but I am drawing
a complete blank on how to get to the control instance associated with that
window. I know this can be done because I have object browsers that do it.
Thanks,
Bill