 |
|
VB 2010 หาผลรวม จาก Listbox ช่วยที งมมา 3ชมแล้วครับ |
|
 |
|
|
 |
 |
|

จากรูป คือ อยากได้ code เมื่อกดปุ่มสั่งอาหาร แล้ว ตัวเลขที่ผมส่งจากรายการที่สั่ง Code (VBScript)
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
ComboBox1.Items.Add("ข้าวมันไก่ตอน(40)")
ComboBox1.Items.Add("ข้าวมันไก่ทอด(40)")
ComboBox1.Items.Add("ข้าวมันไก่สองสี(45)")
ComboBox1.Items.Add("ไก่ตอนสับ(50)")
End Sub
Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs)
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim sum As Double
Dim sp As Double
Dim drink As Double
Dim total As Double
Dim plus As String
Dim bus As String
Dim dk = bus
Dim rd1 = plus
Dim rd2 = plus
Dim rd3 = plus
Dim rd4 = plus
Dim rd5 = plus
bus = ""
plus = ""
sum = 0
drink = 0
sp = 0
If ComboBox1.Text = ("ข้าวมันไก่ตอน(40)") Then
sum += 40
ElseIf ComboBox1.Text = ("ข้าวมันไก่ทอด(40)") Then
sum += 40
ElseIf ComboBox1.Text = ("ข้าวมันไก่สองสี(45)") Then
sum += 45
ElseIf ComboBox1.Text = ("ไก่ตอนสับ(50)") Then
sum += 50
End If
If CheckBox1.Checked Then
sp += 5
rd1 = "เพิ่มข้าว"
Else
rd1 = plus
End If
If CheckBox2.Checked Then
sum += 10
rd2 = "เพิ่มไก่"
Else
rd2 = plus
End If
If CheckBox3.Checked Then
sp += 5
rd3 = "เพิ่มเครื่องใน"
Else
rd3 = plus
End If
If CheckBox4.Checked Then
sp += 5
rd4 = "เพิ่มน้ำซุปใหญ่"
Else
rd4 = plus
End If
If CheckBox5.Checked Then
sp += 0
rd5 = "ไม่ใส่ผัก"
Else
rd5 = plus
End If
If RadioButton1.Checked Then
drink += 0
dk = " น้ำเปล่า"
End If
If RadioButton2.Checked Then
drink += 10
dk = " น้ำโค้ก"
End If
If RadioButton3.Checked Then
drink += 10
dk = " ชาเย็น"
End If
If RadioButton4.Checked Then
drink += 10
dk = " โอเลี้ยง"
End If
If RadioButton5.Checked Then
drink += 10
dk = " น้ำกระเจี๊ยบ"
End If
total = sum + sp + drink
TextBox1.Text = "ราคารวม" & total & "บาท"
If ComboBox1.Text = ("ข้าวมันไก่ตอน(40)") Then
ListBox1.Items.Add("ข้าวมันไก่ตอน" & rd1 & rd2 & rd3 & rd4 & rd5 & dk & total & "บาท")
ListBox2.Items.Add(total)
ElseIf ComboBox1.Text = ("ข้าวมันไก่ทอด(40)") Then
ListBox1.Items.Add("ข้าวมันไก่ทอด" & rd1 & rd2 & rd3 & rd4 & rd5 & dk & total & "บาท")
ListBox2.Items.Add(total)
ElseIf ComboBox1.Text = ("ข้าวมันไก่สองสี(45)") Then
ListBox1.Items.Add("ข้าวมันไก่สองสี" & rd1 & rd2 & rd3 & rd4 & rd5 & dk & total & "บาท")
ListBox2.Items.Add(total)
ElseIf ComboBox1.Text = ("ไก่ตอนสับ(50)") Then
ListBox1.Items.Add("ไก่ตอนสับ" & rd1 & rd2 & rd3 & rd4 & rd5 & dk & total & "บาท")
ListBox2.Items.Add(total)
End If
If CheckBox6.Checked Then
End If
CheckBox1.CheckState = CheckState.Unchecked
CheckBox2.CheckState = CheckState.Unchecked
CheckBox3.CheckState = CheckState.Unchecked
CheckBox4.CheckState = CheckState.Unchecked
CheckBox5.CheckState = CheckState.Unchecked
CheckBox6.CheckState = CheckState.Unchecked
plus = ""
ComboBox1.ResetText()
End Sub
Private Sub Label4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
End Sub
Private Sub TextBox1_TextChanged_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
ListBox1.Items.Clear()
ListBox2.Items.Clear()
CheckBox1.CheckState = CheckState.Unchecked
CheckBox2.CheckState = CheckState.Unchecked
CheckBox3.CheckState = CheckState.Unchecked
CheckBox4.CheckState = CheckState.Unchecked
CheckBox5.CheckState = CheckState.Unchecked
CheckBox6.CheckState = CheckState.Unchecked
End Sub
Private Sub ListBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ListBox1.SelectedIndexChanged
End Sub
Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
End
End Sub
Private Sub TextBox2_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox2.TextChanged
End Sub
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
End Sub
Private Sub ListBox2_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ListBox2.SelectedIndexChanged
End Sub
End Class
ไปที่ ช่อง หาผลรวม [65,65,50,75] ให้กดปุ่มสั่งอาหารแล้วมันจะคิดเงินรวมทั้งหมด มาแสดงที่ ช่อง Textbox2 อะครับ
งมหลายชมแล้ว มีเวลาการเรียนการสอนน้อย หาข้อมูลจากเน็ตก็เหมือนจะคนละ ภาษา ช่วยทีครับ
Tag : .NET, VS 2010 (.NET 4.x)
|
ประวัติการแก้ไข 2016-11-04 12:38:40
|
 |
 |
 |
 |
Date :
2016-11-03 23:21:40 |
By :
harukaze |
View :
5541 |
Reply :
9 |
|
 |
 |
 |
 |
|
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
เหลือ หาผลรวมใครพอช่วยได้บ้างครับ
|
ประวัติการแก้ไข 2016-11-04 12:39:54
 |
 |
 |
 |
Date :
2016-11-03 23:26:17 |
By :
harukaze |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
ผมเรียน เคมี คงพูดไรไม่ได้ซินะครับ
   
|
 |
 |
 |
 |
Date :
2016-11-04 12:16:42 |
By :
lamaka.tor |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
ที่แกสอน ผมก็จำได้แต่แกสอนจนจบเทอมแล้ว ก็ได้เท่านี้ เป็น ม.รัฐ ตจว ครับ ไม่ได้เรียนใน กทม
ทั้งเทอมมี ชีตมาให้ราวๆ 30 แผ่นเอง ผมเรียน หลักสูตร เสาร์ อาทิตย์ วิชานี้ได้เรียน แค่ 3-4 ชม ในวันอาทิตย์ เรียน 3เดือน [เพราะ ม ปิดเยอะ] ผมได้เรียนมาเท่านี้แหละครับ ขอบคุณ ปล.ผมได้พยายามค้นเองแล้ว แต่ที่เจอเป็นคนละภาษา ซินเท็กก็ไม่เหมือนกัน เลยทำไม่ได้ครับ แกยังไม่เคยสอนผมลบด้วย ผมก็มั่วๆกับอ่านคำสั่งเอา อันไหนพอเสิร์จได้ผมก็หา ล่าสุดเมื่อคืนได้ตัวลบมาแล้ว ขาดแต่ตัวรวมผลลัพท์
เรียนหมดเทอมเริ่มตั้งแต่ 0 ถึง Menu Bar ผมใช้ผิดไปหน่อย ต้องบอกว่า " มีเวลาการเรียนการสอนน้อย " ขอบคุณครับ
|
 |
 |
 |
 |
Date :
2016-11-04 12:34:04 |
By :
จขกท |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
มีครั้งหนึ่งมีคนบอกกับพระอาจารย์ชาว่า
ไม่เวลาทำความเพียรเลย ต้องทำงานตลอด
พระอาจารย์ถามกลับว่า
แล้วตอนทำงาน เธอได้หายใจไม๊
ถ้าหายใจก็ทำความเพียรได้
ท่านว่ามางั้นครับ
ยังไงก็สู้ๆละกัน ดูท่าหนทางยังอีกไกลโข
|
 |
 |
 |
 |
Date :
2016-11-04 12:48:46 |
By :
lamaka.tor |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
ความพยายามดีครับ หมั่น ศึกษาต่อไปครับยังมีอีกเยอะที่ต้องเรียนรู้
ต่อยอดไปจนเป็นโปรแกรมเมอร์ที่มีความชำนาญในอนาคตครับ .....
โค๊ดมีแค่นี้เองครับ สำหรับการการผลรวมใน ListBox
Code (VB.NET)
Private sum As Integer
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
For i = 0 To ListBox1.Items.Count - 1
sum = sum + CInt(ListBox1.Items(i).ToString)
Next
TextBox1.Text = sum
End Sub
|
 |
 |
 |
 |
Date :
2016-11-04 14:21:02 |
By :
parinya-t |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
Code (VB.NET)
Dim plus As String
Dim rd1 = plus
Dim rd2 = plus
Dim rd3 = plus
Dim rd4 = plus
Dim rd5 = plus
plus = ""
การเขียนแบบนี้ระวังจะเกิดปัญหาในภายหน้านะครับ
แค่นี้ก็พิสูจน์ได้แล้วว่า คนเราถ้าไม่ละความพยายาม ยังไงก็พอทำได้ ไม่จำเป็นต้องให้ ครู/หัวหน้า/ลูกน้อง/ใครๆ สั่ง เราก็ทำของเราได้เหมือนกันนี่นา 5555
|
 |
 |
 |
 |
Date :
2016-11-05 08:30:35 |
By :
lamaka.tor |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
|
|