3
Reply

serialization buttons and controls elements into a textfile

emie muhd

emie muhd

Feb 25 2011 8:39 AM
9.2k
im a student and i have an assignment here it is:
 

In this assignment you will be asked to build an interactive windows application in which you will be able to build forms dynamically, as following:

Part 1:

If the user clicks on Add Button or Add Label or Add Text

The corresponding Controls will be added to the location specified in x, y

The initial text property will be the one in the "Initial Text Property"

 

Part 2:

If the user clicks Save the Form, text file will save the form you have drawn which includes all controls that you have created using the button. The file will be placed in the same working directory (the same location where the exe file is)

 

If the user clicks load the form, the windows application will read the stored file previously and load the forms.


Answers (3)