S
Seth Williams
I'm using Visual SourceSafe 2005 and Visual Studio 2008 -
I've also got an Options/Preferences form in which the program user selects
quite a few options - some of which have defaults (colors, strings integers,
booleans etc).
In that form, it saves particular settings using the
My.Settings.MySetting=Mytextobx.text format
What's happening, though, is that while developing, the settings I use are
not being saved and reloaded....
I want to be able to use different settings, and see how it holds them from
one 'session' to the next, but it's not working.
It was working fine before putting the application in Source Safe
Of course, when I create the setup package, I want it to NOT use the
settings I've created during developing/testing
How can I do this?
I've also got an Options/Preferences form in which the program user selects
quite a few options - some of which have defaults (colors, strings integers,
booleans etc).
In that form, it saves particular settings using the
My.Settings.MySetting=Mytextobx.text format
What's happening, though, is that while developing, the settings I use are
not being saved and reloaded....
I want to be able to use different settings, and see how it holds them from
one 'session' to the next, but it's not working.
It was working fine before putting the application in Source Safe
Of course, when I create the setup package, I want it to NOT use the
settings I've created during developing/testing
How can I do this?