Mark Boulter (Microsoft) gives code in a posting to the DOTNET newsgroup at [email protected].
You can also use the System.Environment class to get at this information.
MessageBox.Show(Environment.GetFolderPath(Environment.SpecialFolder.Personal));
Mark Boulter (Microsoft) gives code in a posting to the DOTNET newsgroup at [email protected].
You can also use the System.Environment class to get at this information.
MessageBox.Show(Environment.GetFolderPath(Environment.SpecialFolder.Personal));
Share with