Can I start the Windows Form Application inside the IE Browser, like a
Applet.

Some article or code sample appr.


Thx
Nikolay

Re: WinForms inside Browser by Chris

Chris
Thu Oct 23 18:34:29 CDT 2003

Here is something

http://samples.gotdotnet.com/quickstart/winforms/doc/WinFormsIeSourcing.aspx

"Nikolay S" <nikolayds@msn.com> wrote in message
news:O4eZRpbmDHA.2436@TK2MSFTNGP09.phx.gbl...
> Can I start the Windows Form Application inside the IE Browser, like a
> Applet.
>
> Some article or code sample appr.
>
>
> Thx
> Nikolay
>
>



Re: WinForms inside Browser by Nikolay

Nikolay
Thu Oct 23 19:30:10 CDT 2003

And something for the frame?
I'd like to put entire application (winforms based MDI into the browser (not
ouside)?


"Chris Botha" <chris_s_botha@AT_h.o.t.m.a.i.l.com> wrote in message
news:uO14A8bmDHA.1764@tk2msftngp13.phx.gbl...
> Here is something
>
>
http://samples.gotdotnet.com/quickstart/winforms/doc/WinFormsIeSourcing.aspx
>
> "Nikolay S" <nikolayds@msn.com> wrote in message
> news:O4eZRpbmDHA.2436@TK2MSFTNGP09.phx.gbl...
> > Can I start the Windows Form Application inside the IE Browser, like a
> > Applet.
> >
> > Some article or code sample appr.
> >
> >
> > Thx
> > Nikolay
> >
> >
>
>



Re: WinForms inside Browser by Chris

Chris
Fri Oct 24 23:09:06 CDT 2003

And something for the frame, you say?
In any case, the example at the bottom of the hyperlink shows the control
inside the browser.
Forms can not be shown "inside" the browser, only controls, but you can put
tabs/panels, etc. on the control, and show and hide them.
You can also show a form, the control can do a myForm.ShowDialog() for
example to display your MDI parent, but that is the closest to your
requirement that I know of.

"Nikolay S" <nikolayds@msn.com> wrote in message
news:eUs68XcmDHA.1960@TK2MSFTNGP12.phx.gbl...
> And something for the frame?
> I'd like to put entire application (winforms based MDI into the browser
(not
> ouside)?
>
>
> "Chris Botha" <chris_s_botha@AT_h.o.t.m.a.i.l.com> wrote in message
> news:uO14A8bmDHA.1764@tk2msftngp13.phx.gbl...
> > Here is something
> >
> >
>
http://samples.gotdotnet.com/quickstart/winforms/doc/WinFormsIeSourcing.aspx
> >
> > "Nikolay S" <nikolayds@msn.com> wrote in message
> > news:O4eZRpbmDHA.2436@TK2MSFTNGP09.phx.gbl...
> > > Can I start the Windows Form Application inside the IE Browser, like a
> > > Applet.
> > >
> > > Some article or code sample appr.
> > >
> > >
> > > Thx
> > > Nikolay
> > >
> > >
> >
> >
>
>