P
Peter Duniho
Okay, I'm hoping I'm missing something obvious here.
Assume I've got a TextBox in my Form. I also have a string type user
setting in the usual way (say, Settings.Default.MyText).
Is there some way to use data binding to connect the two?
I tried the direct route, adding the Properties object to my data binding
sources, but nothing was in it, never mind could I drill down far enough
to get to the MyText property.
What am I missing? Do I have to create some sort of special binding
wrapper for this to work? Or is there some simple, direct way to hook up
the two existing objects?
Pete
Assume I've got a TextBox in my Form. I also have a string type user
setting in the usual way (say, Settings.Default.MyText).
Is there some way to use data binding to connect the two?
I tried the direct route, adding the Properties object to my data binding
sources, but nothing was in it, never mind could I drill down far enough
to get to the MyText property.
What am I missing? Do I have to create some sort of special binding
wrapper for this to work? Or is there some simple, direct way to hook up
the two existing objects?
Pete