Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
2.33/5 (3 votes)
See more:
I need to develop a APP that seems like Frontpage, Dreamweaver, Visual Studio, etc.

User can pull a component then it save the HTML code.

For Example:
User pull a text component, App auto write this code "<input name='text1' type="text" id='text1' >", user can change the component name to "PassportName".

Please help me.
Posted
Updated 20-Dec-11 19:41pm
v2

1 solution

It's not an easy task to do it completely yourself.

You can use office interop services in .NET or OLE objects in Delphi to achieve this.

If I were you I opened a word document for them and let them do what ever they want in there :
http://www.addictivetips.com/microsoft-office/create-user-entry-forms-in-word-2010/[^]

After that I show them the list of user controls and let them change their names.

Also you can save this document in HTML format but it only will be opened by IE.

Hope it helps.
 
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