Skip to content

Instantly share code, notes, and snippets.

@SajjadArifGul
Created October 8, 2015 19:14
Show Gist options
  • Save SajjadArifGul/cb3c5a7d32ff09607593 to your computer and use it in GitHub Desktop.
Save SajjadArifGul/cb3c5a7d32ff09607593 to your computer and use it in GitHub Desktop.
// Get the files from Clipboard into Array of String.
string[] file_names = (string[])Clipboard.GetData(DataFormats.FileDrop);
// Paste data in the control.
lstFiles.DataSource = file_names;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment