Binding to save value of a text input to Settings.settings registry in XAML?

Posted by Jeff Dahmer on Stack Overflow See other posts from Stack Overflow or by Jeff Dahmer
Published on 2010-04-04T08:29:03Z Indexed on 2010/04/04 9:43 UTC
Read the original article Hit count: 197

Filed under:
|
|
|

Let's say we have a text field named TXTBLAH and a setting named SETTINGBLAH

Is there anyway to write in XAML markup that whenever the text field BLAH gets updated to write that to the registry, and also when the form loads is there a XAML binding to restore it?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET