Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:

I have to develop an application using MS Visual Studio 2005 or above with the following objective:

* The application should allow users to create as many new forms as they want and each form should behave like a MS Visual Studio WinForm. By saying that it should be a container for drag and drop of controls from the toolbox that I will develop....

* Once the user design's each screen to his taste by placing various controls on the form, he should be able to save the form as a screen. Of course I have to provide functionality for each of the controls such as if he drags a button on to the form, he should be able to specify what action it has to perfom when clicked when the application is put into run mode. Quite similar to regular windows form button.

* My application should have two modes: a DESIGN MODE, where user can drag, drop controls and specify what they should do when put into RUN MODE. This is quite similar to MS Visual Studio designer.

* Last but not least is to be able to access the application via the browser with the same look and feel his desktop version.

*** How do you think I could accomplish this? Which technologies do you think I should use? Any information would be highly appreciated.

Thank you in advance...

Rao

Posted
Updated 26-Nov-09 14:31pm
v2

Why do you have to do this ? In what context ? For what purpose ? What experience do you have that makes you someone who is able to achieve this ? How long do you have ?

 
Share this answer
 
Silverlight. Can be run in or out of browser and has some pretty advanced data and graphics features. It's also cross platform. Check out some examples of things built with Silverlight: Silverlight Showcase.
 
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