Results 1 to 4 of 4

Thread: [RESOLVED] MenuStrip Application Settings

  1. #1

    Thread Starter
    Frenzied Member toecutter's Avatar
    Join Date
    Apr 2006
    Location
    Brisbane, Australia
    Posts
    1,160

    Resolved [RESOLVED] MenuStrip Application Settings

    I have a MenuStrip1 with 2 ToolStripMenuItem's

    "VistaToolStripMenuItem1 & XPToolStripMenuItem2"

    Because vista dosnt have a My Documents Folder i have to have this options so the program can find a vista's users My Music folder which is now called "Music".

    I have added the Property Binding's as per the help index but it is not saving the user setting on my published version. Please explain why?



    Thanks
    toe

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: MenuStrip Application Settings

    Wouldn't
    vb.net Code:
    1. Environment.GetFolderPath(Environment.SpecialFolder.MyMusic)
    just return the correct folder path for the current OS?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Frenzied Member toecutter's Avatar
    Join Date
    Apr 2006
    Location
    Brisbane, Australia
    Posts
    1,160

    Re: MenuStrip Application Settings

    Even though Vista's My Music folder is now just called "Music"?

  4. #4

    Thread Starter
    Frenzied Member toecutter's Avatar
    Join Date
    Apr 2006
    Location
    Brisbane, Australia
    Posts
    1,160

    Re: MenuStrip Application Settings

    Tested on vista and it does

    thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width