.net - How can i open the exe file inside the windows form ? -


when click on button executable file should open inside form.
had search lots of things in net till cant decipherable idea.
kindly me needful.

if have access source , in .net can put executable shared library , call code window , display want. otherwise can run executable outside of windows form application calling following code:

system.diagnostics.process.start(exepath); 

Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -