how to save class object in registry?
Posted
by younevertell
on Stack Overflow
See other posts from Stack Overflow
or by younevertell
Published on 2010-04-21T06:11:15Z
Indexed on
2010/04/21
6:53 UTC
Read the original article
Hit count: 212
c#
Basically I have some class objects, each with three properties. Once one class object is selected in the ComboBox, the corresponding properties shows on three textboxs. I am trying to add one save button. I can change the value of the properties. Once the save button is clicked, all the class ojects with three corresponding properties are saved in the registry. Save setting for later use
It seems Registing tryKey.SetValue Method can not save an object directly?
© Stack Overflow or respective owner