G Guest Feb 11, 2004 #1 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.
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.
E Ed Kaim [MSFT] Feb 11, 2004 #2 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 said: Has anyone tried this before? When a user hits a site Click to expand... 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.
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 said: Has anyone tried this before? When a user hits a site Click to expand... 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.