all groups > vj# > april 2004 >
You're in the

vj#

group:

WinForms in a Web App


WinForms in a Web App Robert Diggums
4/12/2004 4:11:03 PM
vj#:
Is there any way to use a winform in a web app

I am looking for a way to do complex client-side logic

Re: WinForms in a Web App Lars-Inge Tønnessen
4/13/2004 5:49:41 PM

J# Browser Controls (~Java Applets) are the closest you get web client side
logic in the .net framework.

I suggest you make a "normal" .net Windows Application (you run in the
client IE context), that makes use of web services.



Lars-Inge Tønnessen
www.larsinge.com

RE: WinForms in a Web App rlacas NO[at]SPAM online.microsoft.com
4/23/2004 12:55:28 AM
In addition to JBC or J# Browser Controls, you can host .NET applications
in a web page with the object tag. For example, a .NET UserControl written
in J# can run embedded in IE just as one written in other .NET languages.
The difference between this and the "normal" .net windows application
mentioned is that an object tag embedded application runs in the same
process as the browser, while a top-level window application runs in a
separate host process that retains an Internet execution context for
security.

Here are some links:

Here are the late-breaking J# quickstarts:
http://samples.gotdotnet.com/quickstart/latebreaking/default.aspx?lang=VJS

Sample of embedded .NET application in IE browser.
http://msdn.microsoft.com/library/en-us/cpguide/html/cpconconfiguringieappli
cations.asp


|
| Is there any way to use a winform in a web app?

I am looking for a way to do complex client-side logic.


|
AddThis Social Bookmark Button