Hi,
Anyone know how to intercept the messages/text to a textbox control in
another application using .Net? I know that Spy++ can do this, how is
this accomplished?
Been trying to avoid using global hooks to do this, but i don't know of
any other way.
As a workaround, I've been able to use the SendMessage with WM_GETTEXT
to poll the control on a timer to retrieve the text, but ideally I'd
like to intercept the messages to the textbox instead, if at all
possible.
Any advice?
Thanks,
kc