Has anyone tried this before? When a user hits a site http:\\www.mysite.com\sclient.exe I would like the form to stay inside the browser rather than pop up as a separate window, similar to Java's applets.

Re: winform(smart client) inside browser by Ed

Ed
Wed Feb 11 16:27:39 CST 2004

You should consider making a Windows Forms control and embedding it into the
HTML. There is an article at
http://samples.gotdotnet.com/quickstart/winforms/doc/WinFormsIeSourcing.aspx.

"james" <anonymous@discussions.microsoft.com> wrote in message
news:CC45291C-292C-45CF-BCE9-E7601F416527@microsoft.com...
> Has anyone tried this before? When a user hits a site
http:\\www.mysite.com\sclient.exe I would like the form to stay inside the
browser rather than pop up as a separate window, similar to Java's applets.