How to run Executable within MDI application in VB.NET

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Back
Top