How to run Executable within MDI application in VB.NET

G

Guest

I want to run an executable with in the MDI form
when I use the line of code in VB.NET ,system.diagnostics.process.start("Executablename.exe")
The application is running outside the MDI form.Please let me know how to make this executable to run within the MDI form in VB.NET
Thank
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top