.NET Forms in a web browser?
-
I haven't heard much about .NET Windows Forms applications that run inside of a web browser like ActiveX controls or Java Applets. Does anyone have any pointers to books or web sites that cover this in depth? Basically I want to replace our existing application (HTML + ActiveX controls) with C# Windows Forms. I assume there is some way of packaging assemblies in CAB files but I just haven't heard much about this. Thanks! Chris Hafey
-
I haven't heard much about .NET Windows Forms applications that run inside of a web browser like ActiveX controls or Java Applets. Does anyone have any pointers to books or web sites that cover this in depth? Basically I want to replace our existing application (HTML + ActiveX controls) with C# Windows Forms. I assume there is some way of packaging assemblies in CAB files but I just haven't heard much about this. Thanks! Chris Hafey
I am trying to do something similar. I was told by someone at MS that remoting might be a good way to go about it. SOAPSUDS seams to not like forms, so that is out of the question. Unfortunately, you have to send the user an exe and possibly a DLL and make sure that he has the .NET framework. If you can find a better way of doing this, I'm open to suggestions.
-
I am trying to do something similar. I was told by someone at MS that remoting might be a good way to go about it. SOAPSUDS seams to not like forms, so that is out of the question. Unfortunately, you have to send the user an exe and possibly a DLL and make sure that he has the .NET framework. If you can find a better way of doing this, I'm open to suggestions.