ID:53331
 
Is it possible to force the window from a running application into an MDI enabled form? And if so, how?

UPDATE

This is actually possible through a series of calls to C++ functions which force the hwnd to a control's handle. I found some code to manage this for me and simply imported it into my C# application.