[Unresolved] Start External Process As MDI Child Form
Hey guys,
I'm making a program to manage an external program that i have not written and do not have access to... Basically, i'll be launching a bunch of instances of it by feeding it certain command line arguments... I'd like to keep these organized within my program, and put them into some sort of tabbed MDI interface... basically i just need to know how to actually put the window of a process i'm starting up into a container in my program... I'm assuming this can be done...
In vb6, i think you could use the SetParent API to achieve the results i'm after.... Thanks for any help guys!