Saving Windows Forms control properties at run-time?

Ö

Özden Irmak

Hello,

Is there an easy way to save some/all properties of a windows forms control
into a type of file?

I came acros with "Serializable" attribute but it seems that I have to
inherit evey windows forms control and mark them asa serializable?

Does anybody know an easy way for this?

Thanks in advance...

Özden
 
T

Tom Clement

Perhaps Dynamic Properties is the answer you're looking for. That causes
all properties to be written to a configuration file instead of to code.
Search for Dynamic Properties in the help and you can find all the
information you need.

Tom Clement
Apptero, Inc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top