I think that we can specify or import our properties that we wish to use in the project in the .vbproj file of our project.
Is that true ?
And.. if so, how will I use these in my VB source code… ?
I want to keep the table names, connection strings, etc in the properties file.
Any help is appreciated !!
If you’re simply looking to store strings you can just use the resource file, and retrieve the string with Properties.Resources.Whatever.