Winfrom and WEB (not web-form).

M

Mr. X.

Hello.
I have asked this before, with contributing to Winform and WebForm.
(Need to find solution for application that is written in WinForm and
translate it to Web.
Now - not metter if it's web form. Just Web).

In java there is an applet, so it is a good solution for application both in
Windows & Web (But slowly).
Is there any similar solution for dotnet?

Thanks :)
 
F

Felix Palmen

* Mr. X. said:
<OBJECT id="myID" height="150" width="300" classid="myClass">
</OBJECT>
Example on : http://www.codeproject.com/KB/dotnet/CSharpApplet.aspx
[...]
In java there is an applet, so it is a good solution for application both
in Windows & Web (But slowly).

[...]

You ARE aware that neither of these really is a "web application"? Using
these techniques means:
- your app gets executed on the client machine
- your app requires a runtime environment (either jvm or clr) installed
on the client machine

Just in case this is relevant for your scenario.

Regards,
Felix
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top