MDI; other programs as child forms?
I have created an MDI application with its own child forms. My application (or part of it) uses text files from other programs such as Hyperterminal. These text files are created as I go so I can easily open Hyperterminal using...
System.Diagnostics.Process.Start("C:\session.ht")
... and create my captured text file before proceding. Is it possible to open Hyperterminal as a child form in my MDI environment?
Thanks in advance for any ideas!
Nick
|