Message 1 of 3
Equivalent for UIAccessor.GetWindowText?
Not applicable
02-15-2012
02:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Well, the issue I met come from string size/length limit of UIAccessor.GetWindowText function that return maximum 255 characters. I also try to get windows text with Windows Struct but hit the same limit of 255 chars.
My qestion is is there equivalent for GetWindowText()
or any other workaround to get windows text?
--variant #1
wndMsg = (Windows.getChildrenHWND hwnd)
--variant #2
wndMsg = UIAccessor.GetWindowText (Windows.getChildrenHWND hwnd)
My qestion is is there equivalent for GetWindowText()
or any other workaround to get windows text?