Is it possible to use the .NET System.Windows.Automation namespace and do the equivalent of the old DDE?
My requirement is to read the text inside a command window(which could be a mainframe screen as well) from my .NET Windows Forms application.
Am better off using http://ndde.codeplex.com/ for this purpose?