WinForms inside Browser

  • Thread starter Thread starter Nikolay S
  • Start date Start date
N

Nikolay S

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

Some article or code sample appr.


Thx
Nikolay
 
And something for the frame?
I'd like to put entire application (winforms based MDI into the browser (not
ouside)?
 
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.
 
Back
Top