How to launch an app within an app

  • Thread starter Thread starter Kurt Skaronea
  • Start date Start date
K

Kurt Skaronea

I have a small standalone app that I would like to launch
from a tools menu within another application. What is
the best method for doing this?

tia

kurt
 
I have a small standalone app that I would like to launch
from a tools menu within another application. What is
the best method for doing this?

tia

kurt

Shell or use the System.Diagnostics.Process class.
 
Back
Top