You might have to moify your web app a bit and tbh I wouldn't advise using
them anyway, but if you really have to, you could use activex objects on the
web app to display your windows forms.
--
Regards,
Phillip Johnson (MCSD For .NET)
PJ Software Development
i think its better use web user controls + AJax ... hate activex :) ... and
ofc aplication will be run over internet ... with +1000 ppl conected in same
time.
"Marek Kolesar" <kolesarm@zozna m.skwrote in message
news:02778534-B378-43BC-8ED1-BC466FED638B@mi crosoft.com...
Hi ...
>
>
it's possible put winform (exe or dll) into web form ? (.net 3.0 or 3.5)
It's possible but you only do that if the web page needs to interact with
the desktop and the functionality is not already available in a .NET
control.
--
Regards,
Alvin Bruney [MVP ASP.NET]
[Shameless Author plug]
The O.W.C. Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $19.99
-------------------------------------------------------
"Marek Kolesar" <kolesarm@zozna m.skwrote in message
news:02778534-B378-43BC-8ED1-BC466FED638B@mi crosoft.com...
Hi ...
>
>
it's possible put winform (exe or dll) into web form ? (.net 3.0 or 3.5)
Comment