Search code examples
c#processmdiparent

How can I start a process as a child of a winform in my C# program?


I have a process that was written by WPF and I want to start it in my program. I used "process.start()" and its worked successfully. But now I want to start my process as a child of a form.


Solution

  • Do you mean you have a usercontrol/form, and you want to display that in your application?

    If so, see this link: http://www.switchonthecode.com/tutorials/wpf-tutorial-using-wpf-in-winforms