A
amyl
I have added some user scope level variables in my Windows Forms
Application. However, I can't seem to access them.
which did not work for me. Than I found another reference that you
could use Properties.Settings.Default and that did not work either.
Both give errors that "Properties" does not exist in this context or
that I am missing namespaces.
Any examples or idea's on what is needed to access those properties?
Amy.
Application. However, I can't seem to access them.
Configuration.Settings.DefaultFrom the doc's I found that you should be able to access them via
which did not work for me. Than I found another reference that you
could use Properties.Settings.Default and that did not work either.
Both give errors that "Properties" does not exist in this context or
that I am missing namespaces.
Any examples or idea's on what is needed to access those properties?
Amy.