ดาวน์โหลดงานนำเสนอ
งานนำเสนอกำลังจะดาวน์โหลด โปรดรอ
1
VB6: MessageBox Function (msgbox)
2
VB6: MessageBox Function (msgbox)
MsgBox "Test Program", vbInformation, "Error" MsgBox "Are you sure you want to empty the sheet?", vbYesNo + vbQuestion, "Empty Sheet"
4
MsgBox "Hello" & " " & (Text1. Text) & " " & (Text2
MsgBox "Hello" & " " & (Text1.Text) & " " & (Text2.Text), vbYesNo + vbQuestion, "welcome"
5
บวกเลขใน textbox Text3.Text = Val(Text1.Text) + Val(Text2.Text)
การใช้คำสั่งเงื่อนไข If Text12.Text = "" Then Text12.Text = 0 End If
6
MessageBox แบบมีเงื่อนไข
RES = MsgBox("Close Program ?", vbYesNo + vbQuestion, "alert") If RES = vbYes Then MsgBox "Close ..", vbInformation, "End Program" End End If If RES = vbNo Then MsgBox "Canceled", vbExclamation, "Canceled" End If
7
**FlowChart เกรด 4 ระดับ
Grade 4 Grade 3 Grade 2 Grade 1 Grade 0 =============== โปรแกรมเกรด 8 ระดับ ===================== Dim sum As Integer sum = Val(Text1.Text) + Val(Text2.Text) + Val(Text3.Text) If sum < 50 Then MsgBox "Grade 0", vbInformation, "Grade" ElseIf sum < 55 Then MsgBox "Grade 1", vbInformation, "Grade" ElseIf sum < 60 Then MsgBox "Grade 1.5", vbInformation, "Grade" ElseIf sum < 65 Then MsgBox "Grade 2", vbInformation, "Grade" ElseIf sum < 70 Then MsgBox "Grade 2.5", vbInformation, "Grade" ElseIf sum < 75 Then MsgBox "Grade 3", vbInformation, "Grade" ElseIf sum < 80 Then MsgBox "Grade 3.5", vbInformation, "Grade" Else MsgBox "Grade 4", vbInformation, "Grade" End If **FlowChart เกรด 4 ระดับ
8
ตัวอย่างโปรแกรมคำนวณพื้นที่รูปสามเหลี่ยม
MsgBox (0.5 * Val(z2.Text) * Val(x1.Text)) & "เซนติเมตร", vbInformation, "ผลการคำนวณพื้นที่"
งานนำเสนอที่คล้ายกัน
© 2024 SlidePlayer.in.th Inc.
All rights reserved.