WaterTight
Programmer
I need to watch for any new text being sent to a 3rd party richtextbox. Because of inefficiencies (and other issues) in simply watching the richtextbox itself and performing updates when it changes, I'd rather just watch for the WM_SENDMESSAGE (or whatever it's using to update the window), make a copy of the text it's sending to the richtext for my own programmatic uses, then return the control back to the window.
Any suggestions on how I can find how the window is being updated (with WM_SendMessage, etc) and/or get the text it's using to update it?
thanks in advance,
J
Any suggestions on how I can find how the window is being updated (with WM_SendMessage, etc) and/or get the text it's using to update it?
thanks in advance,
J