B
Bob Allen
I am using c# to try and scrape a terminal screen to get some data. I have
been able to figure out how to use the FindWindowEx to get the window
handle. Now i'm at a lose. I have tried using WM_GETTEXT with the
WM_GETTEXTLENGTH. This works in getting data out of a text box or combo box.
It however does nothing when working in a terminal window. Can someone point
me in the right direction in how to scrape some data out of a terminal
window? If someone also had a sample of how to get the line of data that
they are on would be helpful also. Any help is greatly appreciated.
Thanks,
Bob;
been able to figure out how to use the FindWindowEx to get the window
handle. Now i'm at a lose. I have tried using WM_GETTEXT with the
WM_GETTEXTLENGTH. This works in getting data out of a text box or combo box.
It however does nothing when working in a terminal window. Can someone point
me in the right direction in how to scrape some data out of a terminal
window? If someone also had a sample of how to get the line of data that
they are on would be helpful also. Any help is greatly appreciated.
Thanks,
Bob;