关于pictureBox绑定图像,并保存图像到数据库进行读写
摘要:Form2浏览:string fileName = string.Empty;private void button1_Click(object sender, EventArgs e) { OpenFileDialog openFileDialog1 = new OpenFileDialog(); openFileDialog1.Filter = "*.BMP,*.JPG;*.GIF|*.BMP;*.JPG;*.GIF"; openFileDialog1.ShowDialog(); file...
阅读全文
posted @ 2011-09-13 13:29
浙公网安备 33010602011771号