How to Loop My.Settings

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • igor

    #1

    How to Loop My.Settings

    Does anyone know how to loop through the My.Settings items in VS2005?

  • Herfried K. Wagner [MVP]

    #2
    Re: How to Loop My.Settings

    "igor" <jones_igor@yah oo.comschrieb:
    Does anyone know how to loop through the My.Settings items in VS2005?
    Loop through 'My.Settings.Pr operties' as 'My.Settings' is no collection.

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

    Comment

    Working...