T
Tx
I have what seems like a common problem but I cannot find how to solve
it. I have to retrieve the contents from another apps list box (from
a c# app). The external app is linked to a messaging system (like a
chat client) and continues to add messages at undetermined intervals.
If possible, I would like to "hook" into the listbox and then record
every line in my C# app (and do some processing for each line).
How would I go about this? I found some posts on using the user32.dll
and SendMessage but I wasn't too clear on how. Also, how would I
register with the control to receive the update evetns (hook?). Any
help greatly appreciated.
Thanks
P.S. I can use Spy++ to determine the window handle et al.
it. I have to retrieve the contents from another apps list box (from
a c# app). The external app is linked to a messaging system (like a
chat client) and continues to add messages at undetermined intervals.
If possible, I would like to "hook" into the listbox and then record
every line in my C# app (and do some processing for each line).
How would I go about this? I found some posts on using the user32.dll
and SendMessage but I wasn't too clear on how. Also, how would I
register with the control to receive the update evetns (hook?). Any
help greatly appreciated.
Thanks
P.S. I can use Spy++ to determine the window handle et al.