G
gcmf8888
How can I convert my C# application to a embedded component into IE
like Java Applet? Thanks.
like Java Applet? Thanks.
Uday Hegde said:Hi,
I assume that you have already written a System.Windows.Forms.Control,
which is ready to display. Then just do the following steps:
1. Create a parameterless constructor to instantiate this control
2. Wrap this in an assembly
3. This could be display in a web page something like this:
<object
id=objID
classid="http:yourAssemblyDll.dll#Control"
height=400 width=400>
</object>
Note: ofcourse it will run in IE only -![]()
Thanks!Guest said:Hi Robert,
Here is a web site link I found who has a sample example to write a
C# applet. Let me know if you have further questions
http://www.csharphelp.com/archives/archive109.html