|
Hi All,
I wonder if somebody might be able to point me in the right direction here. As part of a project that I am working on, there is a requirement to build a custom application similar to the lines of Microsoft InfoPath. Ultimately, the idea is almost identical - to allow users to create Forms that will be uploaded to a web server to capture information without the designer of the form being required to have any programming or web design knowledge.
Does any body have any thoughts on how I could go about doing this in WinForms? I have considered using the in-built MS HTML Editing Component, and forcing it to create XML in a format that I like, however it's very hacky and will become difficult to maintain. It also probably won't allow me to offer context sensitive "Propery" panels, similar to how visual studio does, when you select an element.
I need to have control over how the XML is generated, so I have no qualms with getting down and dirty with a control and changing its code, but I have no idea of any components where I could even start with this. Incidentally, it doesn't *need* to be XML that's generated by it - HTML with some custom tags here and there would do the trick just as well.
Does anyone have any suggestions?
Many thanks,
Paul. - Changed TypeAland LiMSFT, ModeratorWednesday, October 07, 2009 2:14 AMNo reply
-
|