Thanks for the reply, Wole.
That only explained to about getting the text from an edit control on another process (which is what I am doing), but that's only half the battle.
I need a way to notfity my application when the edit control has changed so I'm able to read the last line quickly. I tried using a timer to compare the old text with the new text, but I found out it would miss reading lines if they changed to fast.