Hi
I need to make a winform desktop application, that user can make there own winform or survey form on fly such as google form by using drag and drop. Is there is anybody please who can guide me
Regards
Malick
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Selva GanapathyPosted Dec 9, 2014, 7:53 AM
Hi Arsalan,
Are you trying to do this in WPF or WinForms?
Regards,
Selva Ganapathy K
Candy BrownPosted Dec 4, 2014, 3:59 AM
So the idea I had was to generate the FlowDocument object, which would define a form, at runtime. But instead of creating some sort of a Toolbox that user would need to learn how to use I was thinking of allowing users to create a Word document with the required form fields, text formatting, layout, etc. and then he would load that document into an application which would convert it to a FlowDocument object.
For starters I can recommend you this great article that shows how to convert DOCX to WPF's FlowDocument, note that it is just a starting point because that article is missing support for reading form fields from DOCX so you need to add that.
Nevertheless if interested in this let me know and I will provide you all that I remember about this idea.