Hi, I have an existing windows desktop application and I wish to turn it to a web application as fast as possible, without rewriting the application.
Is it possible to somehow compile the application as an Active-X application and then I will have all the functionality 'out of the box'?
If not, what are the obstacles (apart from security loopholes)? If so, what is the best way to do it?
Remark: I have never programmed in Active-X before so I might be missing something basic.