Home > Net >  For help how to implement the click button enter the select folder, and then extract the folder all
For help how to implement the click button enter the select folder, and then extract the folder all

Time:01-27

For help how to implement the click button enter the select folder, and then extract the folder all images and displayed by zhang

CodePudding user response:

Click on the button to select the folder can use FolderBrowserDialog

Extract all files can use DirectoryInfo kind GetFiles method

Can get all the pictures, all of the files in basic screening by extension

The key is what you said make show exactly is what mean?

CodePudding user response:

Open the file directory with OpenFileDialog, after get the path, to traverse the image file directory, through a picturebox is displayed in the form
  •  Tags:  
  • C#
  • Related