Click here to Skip to main content
15,880,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I have made Desktop-based application for basic calculator, Now i want to Convert it to Windows based application (FRONT-END) so user from ANYWHERE can have access to that. Just wondering How exactly should i start this project and what are the main things that i need to know.

Cheers and Regards,
Mohit
Canada.
Posted
Comments
AspDotNetDev 11-Nov-10 14:47pm    
I assume by "Convert it to Windows based application" you mean "convert it to a web-based application". You may want to edit your question if that is what you meant.

1 solution

You can use ASP.Net to create a web application that can be viewed on most any device (ASP.Net renders to plain HTML, Javascript, and CSS). Download the free Visual Web Developer Express 2010, which allows you to create ASP.Net applications for free.

If you want the calculator to be good looking, you could instead go with a RIA technology, such as Silverlight, but that will reduce the number of devices that can view your calculator. Silverlight has a plugin for popular browsers on the Mac and Windows computers, but that plugin has to be installed for Silverlight to work a user's computer. To get started with Silverlight, go here.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900