chase pooh

chase pooh

  • NA
  • 3
  • 0

Dynamically Designing and Saving Windows Forms, with data

Jan 12 2009 1:24 PM

Hi,

 

What is the best method to save a dynamically created Windows Forms and its data?

I have a requirement as follows:

There should be a designer (application) to design some Windows Forms and to save it (Like what we do in Visual Studio Windows Forms Designer). Then the application should render it when a user opens it in another mode (Say, in the normal running mode). The data should be loaded into the corresponding controls. Then the user should be able to add some controls to the form dynamically, and save it with some data. So there should be an option to save the data and the modified Form.


What will be the best way to handle this kind of situation? How can we store the dynamically created forms very efficiently and effectively? What kind of architecture is recommend? Performance of the form has the highest priority.

 

I am new to this, so any reference to this kind of things will be highly appreciated.

Thanks and Regards,
Chase


Answers (1)