vote up 1 vote down star

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.

flag

2 Answers

vote up 0 vote down

Active X is essentially COM. See here for some of things that will be restricted and thus your 'app' will not be able to do.

link|flag
vote up 0 vote down

You can have a look at

Web Forms User Controls

Hosting .NET Windows Forms Controls in IE

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.