Ok, I am really hoping there is someone who has some experience with old Cobol forms(exe's) and loading them into an MDI Parent as an MDI child. At the moment, I am calling the exe file as a process, but from what I see at the moment, there is no way to load the process onto the MDI Parent. Would anybody know how to do this?
I have also tried with the Assembly.LoadFile and .LoadFrom methods but I keep getting a manifest error. Any insight would be greatly appreciated.