Thank you....
"Daniel Grafe" <tu...@dografe.de> wrote in message
news:80740p$kvvs$1...@fu-berlin.de...
Close but not quite - GetWindowText() will retrieve the text set for any
window in the system - but, for windows in other processes, it retrieves it
directly from the windows internal WND struct. The text in the WND struct is
set by CreateWindowEx, and changed by allowing DefWindowProc() to handle
WM_SETTEXT messages. Any window that overrides WM_SETTEXT (such as EDIT
controls) will thus defeat a cross-process GetWindowText call.
Chris
--
"Chris Becke" <chr...@mvps.org> wrote in message
news:38273004$0$71...@helios.is.co.za...