[Mono-list] custom Control as Applet in IE with interop

Lloyd Dupont lloyd@galador.net
Sat, 01 Sep 2001 16:54:44 +0200


Ok people, i already succeed in using my custom
System.Windows.Forms.Controls on a web page, as muchs as an applet.
(curiously you both need IE6 and IIS, this don't run localy or with
apache, anyone knows why ?)

see at:
http://www24.brinkster.com/superlloyd/un.htm
http://www24.brinkster.com/superlloyd/deux.html
http://www24.brinkster.com/superlloyd/trois.html

unfortunately, if you download code for example 3 you see that there is
a few interop code. and this don't work !
Some could answer, what ? you compile it with gcc ? what horror !
i will answer my goal is to do interop code. The dll i would use
wouldn't probably compiled by VC++ 8 compiler !!! just to say the
compiler should not matter. 
I want this to compile (and web-run) with any valid interoperating
DLL...

if anyone could help ? or give me interesting idea ?
thanks, 
Lloyd