I want to create, in cSharp, an MDI application parent and to call in
it
another program (i.e. notepad) like his child.
I want to create a proccess with CreateProcess() and call it like
child in my application
Do you think is possible?