Using Visual Studio Community 2019
This is more of a Visual Studio issue than a VB.NET issue.
In my project I am trying to use my.settings to retain text and backcolor of some textboxes.
I have defined the settings in Project > Project Properties > Settings.
The problem is in Properties window for the TextBoxes, ApplicationSettings is not listed so I am unable to set the PropertyBindings.
![Name: tbproperties.PNG
Views: 46
Size: 6.0 KB]()
Have I missed a step?
If not, how do I access ApplicationSettings? Or can the bindings be done in my code?
This is more of a Visual Studio issue than a VB.NET issue.
In my project I am trying to use my.settings to retain text and backcolor of some textboxes.
I have defined the settings in Project > Project Properties > Settings.
The problem is in Properties window for the TextBoxes, ApplicationSettings is not listed so I am unable to set the PropertyBindings.
Have I missed a step?
If not, how do I access ApplicationSettings? Or can the bindings be done in my code?