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



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


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

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 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();
        }
    }
}

Message Box


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 get_text_Click(object sender, EventArgs e)
        {
            MessageBox.Show(messageText.Text, "Output");
        }
    }
}





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

Week5

จงวิเคราะห์และออกแบบผังงานในการคำนวณค่าคอมมิชชั่นที่พนักงานจะได้รับในแต่ละเดือนโดยมีเงื่อนไขดังนี้
-ถ้ายอดขายมากกว่า25000 บาทให้ค่าคอมมิชชั่น 5%ของยอดขาย
- ถ้ายอดขายมากกว่า 2000-25000 ให้ค่าคอมมิชชั่น 2% ของยอดขาย
- ถ้ายอดขายต่ำกว่า 2000 บาทให้ค่าคอมมิชชั่น 0 %ของยอดขาย
ให้หาอะไรบ้าง
1.       ผลลัพธ์ต้องการอะไร
ต้องการค่าคอมมิชชั่นที่พนักงานจะได้รับในแต่ละเดือน
1.       ข้อมมูลนำเข้า(ตัวแปร) คือ ยอดขาย
2.       เปรียบเทียบ ยอดขาย
-ถ้ายอดขายมากกว่า25000 บาทให้ค่าคอมมิชชั่น = ยอดขาย*(5/100)
-ถ้ายอดขายมากกว่า2000-25000 บาทให้ค่าคอมมิชชั่น = ยอดขาย*(2/100)
-ถ้ายอดขายต่ำกว่า2000 บาทให้ค่าคอมมิชชั่น = ยอดขาย*(0/100)
                3.  แสดงผลลัพธ์
                4.  จบการทำงาน

วันศุกร์ที่ 24 มิถุนายน พ.ศ. 2554

ส่งการบ้านครั้งที่1

1. 110011
ตอบ (1 x 2^5) + (1 x 2^4) + (0 x 2^3) + (0 x 2^2) + (1 x 2^1) + (1 x 2^0) 
             32     +        16    +       0        +      0        +       2       +       1       =  51 
2. 100101
ตอบ (1 x 2^5) + (0 x 2^4) + (0 x 2^3) + (1 x 2^2) + (0 x 2^1) + (1 x 2^0) 
            32     +        0      +         0        +      4        +       0       +       1       =  37
3. 111010
ตอบ (1 x 2^5) + (1 x 2^4) + (1 x 2^3) + (0 x 2^2) + (1 x 2^1) + (0 x 2^0) 
             32     +        16    +       8        +      0        +       2       +       0       =  58
4. 101100
ตอบ (1 x 2^5) + (0 x 2^4) + (1 x 2^3) + (1 x 2^2) + (0 x 2^1) + (0 x 2^0) 
             32     +        0      +         8        +      4        +       0       +       0       =  44
5. 1111011
ตอบ (1 x 2^6) + (1 x 2^5) + (1 x 2^4) + (1 x 2^3) + (0 x 2^2) + (1 x 2^1)  + ( 1 x 2^0)
              64     +        32    +       16      +      8        +       0       +       2         +       1      =  123

week3

อนุทินครั้งที่1
1. องค์ความรู้ที่ได้รับ
 -  ได้รู้จักการใช้ Blogger
 -  สามารถส่งการบ้านผ่าน Blogger อย่างสะดวก
2. ความรู้สึกต่อการเรียนในวันนี้
-  เพื่อนบางคนไม่สามารถสมัคร Gmail และ Blogger ได้