PictureCollection pc = new MediaLibrary().Pictures;
foreach (Picture item in pc)
{
MessageBox.Show(item.Name);
}
0 comments:
Post a Comment