Hi Experts:
I have a small console application which tries to read out the content of
the "Address" edit field in an IE browser window.
I can get the window handle of the "Address" edit control but the
GetWindowText returns empty string and GetLasterror returns 203; under error
Lookup, the error means "The system could not find the environment option
that was entered". No idea what it means.
The window handle of the "Address" edit should be correct since it is the
same as the one shown by the Spy++ program. I can also get the control's
class name correctly.
The Spy program shows the content of the Address edit correctly. I just
wonder what I'm missing here?
Thanks In Advance!
Polaris