Background: I am looking to extract text data from the program Samsung PC Studio. What I need (SMS data) is stored in edit controls (text boxes). I would like to automate the process of extracting that data.
My first step was "GetWindowText" however MSDN itself clearly states that this does not support edit controls. It works with anything else like labels.
Does anyone know any API or other way (.NET is preferred) to get the data off an edit control in another application. Assuming I already have the handle of the control.
And yes, spy++ can see the data: i43.tinypic.com/2ykgt40.jpg
Any help would be greatly appreciated, as my inbox is always clogged with SMSes I need to archive.