Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
put multiple image files to the clipboard
#4
Code:
Copy      Help
var dimg = new clipboardData().AddFiles(path1, path2, path3);
dimg.SetClipboard();
 


To avoid conflicts when using multiple threads, I usually use the C# lock keyword. Don't know how to prioritize.


Messages In This Thread
RE: put multiple image files to the clipboard - by Gintaras - 04-04-2024, 08:59 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)