Start at Kannasootsuksalai School
Straight down the Malaiman road.
Then straight on along it. The bridge over the image above.
Then head over to the alley.
Going straight to it. The left.
At the "Start-up Menu of Windows", Find where the "Microsoft Visual Basic 6.0" is. ณ สตาร์ทอัพเมนูของระบบวินโวส์ ให้หาว่า Microsoft Visual Basic 6.0 อยู่ไหน |
Select the "Standard EXE" icon ให้นักเรียนเลือกสัญรูป Standard EXE |
Design View of Visual Basic 6.0 มุมมองในโหมดออกแบบของวิชวลเบสิก |
Controls of Visual Basic 6.0 คอนโทรลต่างๆ ของวิชวลเบสิก 6.0 |
Form and Controls are variety kinds of object of Visual Basic that have their own properties. Form และ Controls เป็นอ็อบเจ็กต์(วัตถุ) ที่หลากหลายของ Visual Basic ที่มี properties ของตนเอง |
Form1 would have three command buttons and six labels now. Form 1 ที่เราออกแบบนี้ก็จะมีปุ่มคำสั่ง (command button) 3 ปุ่ม และมีฉลาก (label) รวม 6 ฉลาก |
Form1 Properties Configurations การตั้งค่าคุณสมบัติของอ็อบเจ็กต์ Form1 |
Change the properties of the command button : name and caption ให้นักเรียนเปลี่ยนชื่อ และแค็ปชันของปุ่มคำสั่ง |
Change the properties of the command button : name and caption |
Change the properties of the command button : name and caption |
Change the properties of the three labels : captions เปลี่ยนแค่แค็ปชันของสามเลเบิลแรก |
Change the properties of Label4, Label5 and Label6 according to the picture. เปลี่ยนชื่อของสามเลเบิลท้าย และเคลียร์แค็ปชันให้ว่าง (blank) |
Click on the "View" command at the menu bar, then select "Code" subcommand |
Attach code to the command button "cmdStart" ผูกโค้ดเข้ากับปุ่มคำสั่ง "cmdStart" |
Attach code to the command button "cmdEnd" ผูกโค้ดเข้ากับปุ่มคำสั่ง "cmdEnd" |
Attach code to the command button "cmdExit" ผูกโค้ดเข้ากับปุ่มคำสั่ง "cmdExit" |
Our Graphic User Interface Application : "Stop Watch" แอ็ปปลิเคชันของเราที่มีรูปแบบการติดต่อกับผู้ใช้เป็นกราฟิก (GUI) |