วันศุกร์ที่ 2 กันยายน พ.ศ. 2554

12.3 โชว์รูป


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 image_Click(object sender, EventArgs e)
        {
            image.ImageLocation = "C:\\Documents and Settings\\Student\\Desktop\\พรพิมล\\koi\\cat.jpg";
            image.Load();
        }

        private void delete_Click(object sender, EventArgs e)
        {
            image.Image = null;
        }

        private void show_Click(object sender, EventArgs e)
        {
            image.ImageLocation = "C:\\Documents and Settings\\Student\\Desktop\\พรพิมล\\koi\\cat.jpg";
            image.Load();
        }
    }
}



ไม่มีความคิดเห็น:

แสดงความคิดเห็น