How do I open a Windows 7 Library like Documents, Pictures, Music, Videos and all other custom libraries from my app?
Documents
Pictures
Music
Videos
Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);
Replace MyDocuments with what ever folder you need, look in the enum to see which ones there are.