Hi, Is there any way to convert a windows application to web applicatin. i.e. I have a windows appliation, I want to run it in IE. I have heard that using ActivX it is possible.
Yes, IE can host ActiveX controls. Now, converting a Windows app to ActiveX is *not* easy. And you need to make sure that the client does allow ActiveX components to be downloaded and activated, realistic only if you control the clients. As long as you're rewriting your Windows app to squeeze it into an ActiveX control, you might as well consider ASP.NET...