[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?
http://img177.imageshack.us/img177/3...ettingsvm4.jpg
Thanks
toe
Re: MenuStrip Application Settings
Wouldn't
vb.net Code:
Environment.GetFolderPath(Environment.SpecialFolder.MyMusic)
just return the correct folder path for the current OS?
Re: MenuStrip Application Settings
Even though Vista's My Music folder is now just called "Music"?
Re: MenuStrip Application Settings
Tested on vista and it does :)
thanks