Image img = Image.FromFile(......path, either from File Dialog Box or some other ways .......);Clipboard.SetImage(img);
Login to post response