A forum search returned several threads about this but no definitive answers.
I would like to monitor the contents of another application's TextBox from within my VB app. The GetWindowText API works great for window captions but not user-editable text.
If someone knows how to capture editable text that'd be great. Otherwise, if anybody knows for a fact that this can't be done, I can give up and try a different tack.
Up 'til now, I've been using GetAsyncKeyState to catch key strokes. I've only been able to finesse it to be about 80% reliable for my purposes and continuously looping it slows the system noticeably.
I would like to monitor the contents of another application's TextBox from within my VB app. The GetWindowText API works great for window captions but not user-editable text.
If someone knows how to capture editable text that'd be great. Otherwise, if anybody knows for a fact that this can't be done, I can give up and try a different tack.
Up 'til now, I've been using GetAsyncKeyState to catch key strokes. I've only been able to finesse it to be about 80% reliable for my purposes and continuously looping it slows the system noticeably.