วันพฤหัสบดีที่ 15 กันยายน พ.ศ. 2554

week 10


อนุทิน ครั้งที่ 8
1.องค์ความรู้ที่ได้รับ
   - เขียนโปรแกรม Microsoft Visual C# 2008  

2.ความรู้สึกต่อการเรียนในวันนี้
   - คอมพิวเตอร์บางส่วนไม่อำนวยความสะดวก

   - อินเตอร์เน็ตช้า

วันศุกร์ที่ 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;
        }
    }
}

เครื่องคิดเลข






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 เครื่องคิดเลข
{
    public partial class เครื่องคิดเลข : Form
    {
        public เครื่องคิดเลข()
        {
            InitializeComponent();
        }

        private void add_Click(object sender, EventArgs e)
        {
            Int32 A, B, X;
            A = Convert.ToInt32(input_A.Text);
            B = Convert.ToInt32(input_B.Text);
            X = A + B;
            output.Text = X.ToString();
        }
    }
}


messageBox







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 messagebox
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void get_text_Click(object sender, EventArgs e)
        {
            MessageBox.Show(messageText.Text, "Output");
        }
    }
}

วันพฤหัสบดีที่ 25 สิงหาคม พ.ศ. 2554

week 9


อนุทิน ครั้งที่ 7
1.องค์ความรู้ที่ได้รับ
   - เขียนโปรแกรม Microsoft Visual C# 2008  

2.ความรู้สึกต่อการเรียนในวันนี้
   - คอมพิวเตอร์บางส่วนไม่อำนวยความสะดวก

week 8


อนุทิน ครั้งที่ 6
1.องค์ความรู้ที่ได้รับ
   - เรียนเรื่องทฤษฎีการเขียนโปรแกรม Microsoft Visual C# 2008 
   - เขียนโปรแกรม Microsoft Visual C# 2008  

2.ความรู้สึกต่อการเรียนในวันนี้
   - คอมพิวเตอร์บางส่วนไม่อำนวยความสะดวก

วันศุกร์ที่ 29 กรกฎาคม พ.ศ. 2554

week 7

อนุทิน ครั้งที่ 5
 
1.องค์ความรู้ที่ได้รับ
   - เรียนเรื่องทฤษฎีการเขียนโปรแกรม Microsoft Visual C# 2008 
   - ลองเขียนโปรแกรม Microsoft Visual C# 2008  

2.ความรู้สึกต่อการเรียนในวันนี้
   - คอมพิวเตอร์บางส่วนไม่อำนวยความสะดวก