controlText$ = WinXGetText$ (hWnd)
Gets the text out of a control or the title of a window.
Parameter | Description |
---|---|
hWnd | The handle to the control or window to get the text from |
The text from the control or window, or the empty string on fail
none
'Get the text out of an edit control called hEdit text$ = WinXGetText$ (hEdit) |