Home All Groups Group Topic Archive Search About

Hosting EXE Application in a Winform?

Author
27 Nov 2007 3:37 PM
Kevin
Hi!
It's possible to Host a exe application in a winform?

Thanks

Author
27 Nov 2007 3:44 PM
coolCoder
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.
Author
27 Nov 2007 4:01 PM
Kevin
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.
>
Author
28 Nov 2007 11:00 AM
coolCoder
On Nov 27, 9:01 pm, Kevin <Ke***@discussions.microsoft.com> wrote:
Show quote
> Hi CoolCoder,
> 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.

Hi Kevin,
             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.

AddThis Social Bookmark Button