วันศุกร์ที่ 2 กันยายน พ.ศ. 2554
Picture
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 Picture
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void show_Click(object sender, EventArgs e)
{
image.ImageLocation = "D:\\5421414133\\Pual Frank.jpg";
image.Load();
}
private void delete_Click(object sender, EventArgs e)
{
image.Image = null;
}
}
}
สมัครสมาชิก:
ส่งความคิดเห็น (Atom)
ไม่มีความคิดเห็น:
แสดงความคิดเห็น