If this is an interactive application this is just a full rewrite (and even if you have the source code, the best case still involves an extensive rewrite as a Windows and a web app are based on really distinct UI principles).
If this is a command line tool, you could run the EXE file from a web app and show the resulting console output.
Member
2 Points
177 Posts
How to convert .exe application into web application.
Sep 18, 2019 03:56 PM|guhananth1|LINK
I have Windows application as .exe . how to convert it to web application?
Anand
All-Star
48510 Points
18072 Posts
Re: How to convert .exe application into web application.
Sep 18, 2019 04:04 PM|PatriceSc|LINK
Hi,
If this is an interactive application this is just a full rewrite (and even if you have the source code, the best case still involves an extensive rewrite as a Windows and a web app are based on really distinct UI principles).
If this is a command line tool, you could run the EXE file from a web app and show the resulting console output.
Contributor
4933 Points
4205 Posts
Re: How to convert .exe application into web application.
Sep 19, 2019 12:22 AM|DA924|LINK
You will have to do a rewrite.
Contributor
2633 Points
1773 Posts
Re: How to convert .exe application into web application.
Sep 20, 2019 11:55 AM|Rameezwaheed|LINK
Hi,
if you want to run windows application on the web then refer the below link
https://www.c-sharpcorner.com/article/using-a-windows-application-on-the-web/
secondly for converting windows application into web you have to rewrite the code and design the form.
Regards,
Mark as an answer if it helps