thirteentwenty
Well-known member
Hey all, it's me again...
and again I'm not sure if this is the correct place for this, please move if needed, thank you.
I've got what seems to be a basic question concerning user.settings.
What would be the preferred way of calling it
something like
or
I've seen it done both ways in my meanderings on how this is used. But now I'm a bit confused about it, has one way been depreciated? Or is one way just "wrong"... what are your practices regarding its use?
Thanks again!
and again I'm not sure if this is the correct place for this, please move if needed, thank you.
I've got what seems to be a basic question concerning user.settings.
What would be the preferred way of calling it
something like
VB.NET:
Me.txt_someTextBox.Text = My.Settings.strSomething
or
VB.NET:
Me.txt_someTextBox.Text = My.Settings.Item("strSomething").ToString
I've seen it done both ways in my meanderings on how this is used. But now I'm a bit confused about it, has one way been depreciated? Or is one way just "wrong"... what are your practices regarding its use?
Thanks again!