Is it possible to run an EXE within a browser? I do not mean launch from browser only (which i know can be done using IE), but I wish to run the EXE from within the browser so it appears to the user as a web based application. Thanks.

link|improve this question

80% accept rate
How do you intend to avoid the security nightmare of running dangerous programs from the browser? – S.Lott Jan 10 at 11:19
1  
No, this is not possible for innumerable reasons. – Cody Gray Jan 10 at 11:20
feedback

1 Answer

up vote 1 down vote accepted

Not exactly. there are alot of issues which that concept regarding UI, Security etc.. the closest i've come to see is using Google Native Client which uses a sandbox to run native code.

link|improve this answer
Thanks Orentet, can't really use Google Native Client as my app is done in Delphi, so will have to redevelop, and if that's the case, I might as well redo as webapp. :) – Joshua Jan 10 at 15:36
feedback

Your Answer

 
or
required, but never shown

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