My.Settings - Runtime parameters

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone use the My.Settings for runtime parameters? I.E. storing global
variables?

Is that proper?
 
I use it for all of my runtime environment settings. It is proper because
that is what MS implemented it for.
 
Spam Catcher said:
Does anyone use the My.Settings for runtime parameters? I.E. storing
global
variables?

Settings are typically persisted when the application terminates and
reloaded when the application starts, so if you want this behavior, use
'My.Settings'.
 
I use it for all of my runtime environment settings. It is proper
because that is what MS implemented it for.

OK, just checking because it seems that the My.Settings is more for "User
Preferences" than runtime preferences.

In anycase, it's a nice framework to use :-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Using My.Settings and forms 4
Using My.settings in VB2005 7
My.Settings problem 1
My.Settings Questions 31
How to Loop My.Settings 1
Encrypt My.Settings setting? 4
My.Settings PropertyGrid Tabs? 2
my.Settings 2

Back
Top