Hi I got handle to Grid Control of window of another ( external ) application. Used EnumChildWindows for getting child window handle. But I am unable to read text from that grid control. Can anyone provide any pointers for this ? Thanks in Advance.
Hi I got handle to Grid Control of window of another ( external ) application. Used EnumChildWindows for getting child window handle. But I am unable to read text from that grid control. Can anyone provide any pointers for this ? Thanks in Advance.
The WM_GETTEXT message will only return the text of the window whose handle you provide. It will not include the content of child windows, as exist in a grid control.