|
ms
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Hosting EXE Application in a Winform?On Nov 27, 8:37 pm, Kevin <Ke***@discussions.microsoft.com> wrote:
> Hi! Hi Kevin,> It's possible to Host a exe application in a winform? > > Thanks Whether you want a new EXE to be started form your Form or execute it inside your form. If you want to just execute external EXE, then you can always use the Process class. Thanks, coolCoder ---------------------------------------------------------------------------------------------------------------------------------------------------- If you find this post helpful, please rate it. Hi CoolCoder,
I found this article: http://www.codeproject.com/cs/miscctrl/AppControl.asp Show quote "coolCoder" wrote: > On Nov 27, 8:37 pm, Kevin <Ke***@discussions.microsoft.com> wrote: > > Hi! > > It's possible to Host a exe application in a winform? > > > > Thanks > > Hi Kevin, > Whether you want a new EXE to be started form your Form > or execute it inside your form. > > If you want to just execute external EXE, then you can > always use the Process class. > > Thanks, > coolCoder > > ---------------------------------------------------------------------------------------------------------------------------------------------------- > If you find this post helpful, please rate it. > On Nov 27, 9:01 pm, Kevin <Ke***@discussions.microsoft.com> wrote:
Show quote > Hi CoolCoder, Hi Kevin,> I found this article:http://www.codeproject.com/cs/miscctrl/AppControl.asp > > "coolCoder" wrote: > > On Nov 27, 8:37 pm, Kevin <Ke***@discussions.microsoft.com> wrote: > > > Hi! > > > It's possible to Host a exe application in a winform? > > > > Thanks > > > Hi Kevin, > > Whether you want a new EXE to be started form your Form > > or execute it inside your form. > > > If you want to just execute external EXE, then you can > > always use the Process class. > > > Thanks, > > coolCoder > > > ---------------------------------------------------------------------------------------------------------------------------------------------------- > > If you find this post helpful, please rate it. Thanks for the link. This was a new concept for me. May I know why you wanted to host another EXE within your application; just curiosity and of course if you don't mind it.
Other interesting topics
|
|||||||||||||||||||||||