The Microsoft Windows operating environment identifies each form in an application by assigning it a handle, or hWnd.
I try to get the managed control from a shown Word Application window using following code: Process[] processes = null; processes = …