این سورس کد عکس کپی شده در کلیپ برد را نمایش می دهد.
این کد من نیست و آقا احسان برام فرستادن ، آقا احسان دستت درد نکنه خیلی قشنگه .
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace WindowsFormsApplication1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
//source from http://www.nofa.ir/ShowArticle-id8.aspx
//اردوان دژپناه
if (Clipboard.GetDataObject() != null)
{
IDataObject data = Clipboard.GetDataObject();
if (data.GetDataPresent(DataFormats.Bitmap))
{
Image image = (Image)data.GetData(DataFormats.Bitmap, true);
image.Save("image.bmp", System.Drawing.Imaging.ImageFormat.Bmp);
image.Save("image.jpg", System.Drawing.Imaging.ImageFormat.Jpeg);
image.Save("image.gif", System.Drawing.Imaging.ImageFormat.Gif);
PictureBox1 = new PictureBox();
// Set the location and size of the PictureBox control.
this.PictureBox1.Location = new System.Drawing.Point(70, 120);
this.PictureBox1.Size = new System.Drawing.Size(540, 540);
this.PictureBox1.TabStop = false;
// Set the SizeMode property to the StretchImage value. This
// will shrink or enlarge the image as needed to fit into
// the PictureBox.
this.PictureBox1.SizeMode = PictureBoxSizeMode.StretchImage;
// Set the border style to a three-dimensional border.
this.PictureBox1.BorderStyle = BorderStyle.Fixed3D;
// Add the PictureBox to the form.
this.Controls.Add(this.PictureBox1);
PictureBox1.Image = image;
}
else
{
MessageBox.Show("The Data In Clipboard is not as image format");
}
}
else
{
MessageBox.Show("The Clipboard was empty");
}
}
public PictureBox PictureBox1 { get; set; }
}
}
salam bozorgvar
az inke dar weblaget hastam kheyli khoshhalam
nemidoonam chera sorate weblaget paine
shayad be khatere mane
haghighatesh az matalebe akhare weblaget kheyli khosham oomad , maloome dasti dar neveshtan dari
ye lotfi kon bekhatere inke nazar gozshtam va bekhatere inke to weblagam kheyli zahmat keshidam ye sar biay va dar morede aghaye seda ebi ye nazar be man bedi
nazaret baram moheme ke migam biyayn
pas montazer hastam ta biayn
bazam migam nazaretoon baram moheme
mamnoon az tavajohetoon
تشکر می کنم.
من از آهنگ ها و آهنگ سازها هیچی سر در نمی آرم پس منو ببخشید.
راستی از این به بعد به نظر های نوشته شده به زبان سختگی فینگلیش توجه نمیشود.
سامانه ثبت دامنه رایگان بدون هیچ گونه تبلیغات
دامنه شما حاضر است
شما می توانید بجای آدرس های طولانی آدرسی مانند yourname.piy.ir داشته باشید. فرصت های طلایی را از دست ندهید و عجله کنید.
در ضمن به ترکیب و چیدمان یکی درمیان آدرس دامنه دقت کنید و لذت ببرید.
منتظر شما هستیم
خدانگهدار
با سلام خدمت شما بزرگوار
یه کد میخواستم که عکسارودر یک picbox ذخیره وبازیابی کنه البته مسیر عکسو تو پایگا ه داده ذخیره کنه وخود عکسو در پوشه ای درهارد( در زبان #cدرپایگاه داده SQL)
اگه بتو نی کمکم کنی ممنون میشم.
سلام
این کد کار نمی کنه. ممکنه خودتون توی یک برنامه بکارش ببرید
با تشکر
علیک سلام
چشم