.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
Post a Comment