I need my vb application to read the text displayed in a DOS window. The DOS window is created and owned by another non-vb application. I can retrieve the DOS window's handle and have tried using the api function GetWindowText and the Sendmessage function (with the WM_GETTEXT parameter) but these functions just access the window's title. <br><br>I would appreciate any help with this.<br><br>Thanks.