ارغب في معرفة عمل زر للنسح لصورة داخل الصفحة بحيث يمكن لصق الصورة في اي برنامج آخر
انتظركم جزاكم الله كل خير ورفع قدركم
انتظركم جزاكم الله كل خير ورفع قدركم
path = Image.GetProperties("Image1");
File.Copy(path.ImageFile, _DesktopFolder, true, true, false, true, nil);
path = image.getproperties("image1");
file.copy(path.imagefile, _desktopfolder, true, true, false, true, nil);
path = Image.GetFilename("Image1");
Clipboard.CopyFile(path, true);
تعليق