SlideShare a Scribd company logo
2
• Visual Studio
•
•
• Label
• TextBox ( )
• Button
Visual
Studio 2008
• Start > All Programs > Microsoft Visual Basic
• Create Project
File > New Project
• Windows Forms Application
• Menubar
• Standard Toolbar
• Solution Explorer
• Properties
• Toolbox
Form
Textbox,But
ton,
• Name
• Bgcolor
• BackgroundImage
• Text
• WindowState
***
Properties
Form
1. Project> Add Windows
Form
2. Windows Form
1. Project>
Properties
2.
Start Debugging Run
•
•
Stop Debugging
Stop
Label
• Name
• Font
• Forecolor
• Text
• Visible
*** label
Properties
.text
Textbox
• Name
• BorderStyle
• Enabled
• Font
• Forecolor
• Maxlength
• Multiline
• Scorllbars
• Text
• Visible
*** TextBox
Properties
GUI
Button
• Name
• Backcolor
• BackgroundImage
• Font
• Forecolor
• Text
• Visible
*** Button
Properties
code
Code
Name =TextBox1
Name =TextBox2
Name =TextBox3
Name =Button1
Name =Button2
Public Class Form1 //
Dim a, b As Integer // a b
Dim sum As Integer // sum
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click
a = TextBox1.Text // TextBox1
a
b = TextBox2.Text // TextBox1
b
sum=a+b // a+b sum
TextBox3.Text = sum // sum TextBox3.Text
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button2.Click
TextBox1.Text = "“ // TextBox1.Text
TextBox2.Text = "“ // TextBox2.Text
.checked
Radiobutton
• Name
• Checked
• Enabled
• Text
*** RadioButton
Properties
RadioButton
Click
.Text
ComboBox
• Name
• Enabled
• Item
• Text
*** ComboBox
Properties
4
Message Box
•
•
•
MsgBox
Textbox
Ucase UCase(“yao")
Textbox1.text=Uca
se(textbox1.text)
YAO
LCase LCase(“Yao")
Textbox1.text=Lca
se(textbox1.text)
yao
Trim Trim(" Hello ") Trim(" Hello ")
Textbox1.text=Tri
m(textbox1.text)
Hello
Len Len("AAA")
Textbox1.text=Len
(textbox1.text
3
textbox
CInt Integer
CInt("3000.457"
)
Cint(textbox1.text
)
3000
CLng Long
CLng("1000000
0")
CLng(textbox1.tex
t)
10000000
CCur Currency
CCur("4598.897
6")
CCur(textbox1.tex
t)
4598.8976
Csng Single
CSng("10000.71
17")
CSng(textbox1.tex
t)
10000.71
CDbl Double
CDbl("10000.71
17")
CDbltextbox1.text
)
10000.7117
CDate Date
CDate("7 Jan
98"), CDate(56)
CDate(textbox1.te
xt)
1/7/98,
2/24/1900
CStr String CStr(975.7773)
CStr(textbox1.text
"975.7773"
Dim num1,num2 as integer
Dim sum as integer
Private sub button1
num1=textbox1.text
num2=textbox2.text
sum=num1+num2
textbox3.text=sum
End sub
Private sub button1
textbox3.text=Cint(te
xtbox1.text)+Cint(tex
tbox2.text)
End sub
Date Time
Now textbox.1.text=Now
10/17/98
6:42:33 PM
Date
textbox.1.text=date
.today
Time
textbox.1.text=time
string 6:42:33 PM
MessageBox
• MessageBox
MsgBoxMsgBox (“ msgbox”,
button+ icon, “title”)
Message
Box
Msgboxstyle.Ok
Only
Msgboxstyle.Okc
ancel
Msgboxstyle.Yes
No
Msgboxstyle.Yes
Nocancel
Msgboxstyle.Ret
Msgbox
title
icon
Button
Msgboxstyle.Crit
ical
Msgboxstyle.Que
stion
Msgboxstyle.Excl
amation
Msgboxstyle.Inf
ormation
Isnumer
ic
textbox
true
false
If
Isnumeric(textbox1.
text) then
Msgbox(“
”)
Textbox1.text=form
at(cint(textbox1.tex
t),”#,#.00”)
Format
Textbox1.text=format
(date.today,“long
date”)
29
2556
3%
3%
Comment
•
•
• Date time
• Date time
• Format
• Format
•
3
•
•
3 2
•
7%
•
(Code) ,
(Name) ,
(QTY), Typepro)
•
2%,3%,5%
•
- 2
25
- 1
- 2
Code
•
• Textbox
(Code) ,
(Name) (QTY)
Typepro)
• (Price)
• 200
15
• 200 – 500
12
• (Vat)
7%
• (Discount)
15%
• (NetAmount)
• Clear
• Exit
• Google keyword
visual studio 2008
– http://wwwback.krirk.ac.th/thai4thai/BA2605_
web/VB_outline531.htm
– http://gla.reru.ac.th/VB.php?menu=5
– http://pui.rru.ac.th/3601102/
•
Visual
Basic.Net

More Related Content

Viewers also liked

Slide share
Slide shareSlide share
Slide share
MareenaHahngeh
 
A to z plumbing trip contest
A to z plumbing trip contestA to z plumbing trip contest
A to z plumbing trip contest
fixmyrep
 
SocialCompass Overview
SocialCompass OverviewSocialCompass Overview
SocialCompass Overview
Macy English
 
Человеко-ориентированный интернет
Человеко-ориентированный интернетЧеловеко-ориентированный интернет
Человеко-ориентированный интернет
Dmitry Sery
 
Doc1
Doc1Doc1
Willams manor| flats for sale in cochin
Willams manor| flats for sale in cochinWillams manor| flats for sale in cochin
pollution
pollutionpollution
pollution
amazingtushar
 
Quantum sukses.pdfx
Quantum sukses.pdfxQuantum sukses.pdfx
Quantum sukses.pdfx
Anshori Isa
 
Balikatan 2014 Promo
Balikatan 2014 PromoBalikatan 2014 Promo
Balikatan 2014 Promo
Xtor Benganan Jr.
 
Reflection assignment
Reflection assignmentReflection assignment
Reflection assignment
Paul Kneipp
 
How to bet against a stock
How to bet against a stockHow to bet against a stock
How to bet against a stock
moneygeek
 

Viewers also liked (11)

Slide share
Slide shareSlide share
Slide share
 
A to z plumbing trip contest
A to z plumbing trip contestA to z plumbing trip contest
A to z plumbing trip contest
 
SocialCompass Overview
SocialCompass OverviewSocialCompass Overview
SocialCompass Overview
 
Человеко-ориентированный интернет
Человеко-ориентированный интернетЧеловеко-ориентированный интернет
Человеко-ориентированный интернет
 
Doc1
Doc1Doc1
Doc1
 
Willams manor| flats for sale in cochin
Willams manor| flats for sale in cochinWillams manor| flats for sale in cochin
Willams manor| flats for sale in cochin
 
pollution
pollutionpollution
pollution
 
Quantum sukses.pdfx
Quantum sukses.pdfxQuantum sukses.pdfx
Quantum sukses.pdfx
 
Balikatan 2014 Promo
Balikatan 2014 PromoBalikatan 2014 Promo
Balikatan 2014 Promo
 
Reflection assignment
Reflection assignmentReflection assignment
Reflection assignment
 
How to bet against a stock
How to bet against a stockHow to bet against a stock
How to bet against a stock
 

Similar to บทที่ 3 การใช้งานคอนโทรล

Create our own keylogger
Create our own keyloggerCreate our own keylogger
Create our own keylogger
Mozaaic Cyber Security
 
Introduction to computing
Introduction to computingIntroduction to computing
Introduction to computing
Secondary School
 
Csphtp1 02
Csphtp1 02Csphtp1 02
Csphtp1 02
HUST
 
FMX 2017: Extending Unreal Engine 4 with Plug-ins (Master Class)
FMX 2017: Extending Unreal Engine 4 with Plug-ins (Master Class)FMX 2017: Extending Unreal Engine 4 with Plug-ins (Master Class)
FMX 2017: Extending Unreal Engine 4 with Plug-ins (Master Class)
Gerke Max Preussner
 
44c
44c44c
โปรแกรม Dreamweaver 8
โปรแกรม Dreamweaver 8โปรแกรม Dreamweaver 8
โปรแกรม Dreamweaver 8
kruple
 
Vb 6ch123
Vb 6ch123Vb 6ch123
Vb 6ch123
Fahim Khan
 
LECTURE 12 WINDOWS FORMS PART 2.pptx
LECTURE 12 WINDOWS FORMS PART 2.pptxLECTURE 12 WINDOWS FORMS PART 2.pptx
LECTURE 12 WINDOWS FORMS PART 2.pptx
AOmaAli
 
ASP.NET Session 4
ASP.NET Session 4ASP.NET Session 4
ASP.NET Session 4
Sisir Ghosh
 
Csc153 chapter 03
Csc153 chapter 03Csc153 chapter 03
Csc153 chapter 03
PCC
 
Introduction Dojo Toolkit & IBM Lotus Domino
Introduction Dojo Toolkit & IBM Lotus DominoIntroduction Dojo Toolkit & IBM Lotus Domino
Introduction Dojo Toolkit & IBM Lotus Domino
Rolf Kremer
 
การสร างเว บด_วย dreamweaver (1)
การสร างเว บด_วย dreamweaver (1)การสร างเว บด_วย dreamweaver (1)
การสร างเว บด_วย dreamweaver (1)
ออโอ๊ต เฉย เฉย
 
Vb.net session 02
Vb.net session 02Vb.net session 02
Vb.net session 02
Niit Care
 
Visual basic 6.0
Visual basic 6.0Visual basic 6.0
Visual basic 6.0
sanket1996
 
Windows operating system
Windows operating systemWindows operating system
Windows operating system
Dhairya Joshi
 
Lec02
Lec02Lec02
PowerPoint Lesson 2
PowerPoint Lesson 2PowerPoint Lesson 2
PowerPoint Lesson 2
Linda Bodrie
 
Git and git hub basics
Git and git hub basicsGit and git hub basics
Git and git hub basics
prostackacademy
 
Vs c# lecture1
Vs c# lecture1Vs c# lecture1
Vs c# lecture1
Saman M. Almufti
 
Windows Form - Lec12 (Workshop on C# Programming: Learn to Build)
Windows Form - Lec12 (Workshop on C# Programming: Learn to Build)Windows Form - Lec12 (Workshop on C# Programming: Learn to Build)
Windows Form - Lec12 (Workshop on C# Programming: Learn to Build)
Jannat Ruma
 

Similar to บทที่ 3 การใช้งานคอนโทรล (20)

Create our own keylogger
Create our own keyloggerCreate our own keylogger
Create our own keylogger
 
Introduction to computing
Introduction to computingIntroduction to computing
Introduction to computing
 
Csphtp1 02
Csphtp1 02Csphtp1 02
Csphtp1 02
 
FMX 2017: Extending Unreal Engine 4 with Plug-ins (Master Class)
FMX 2017: Extending Unreal Engine 4 with Plug-ins (Master Class)FMX 2017: Extending Unreal Engine 4 with Plug-ins (Master Class)
FMX 2017: Extending Unreal Engine 4 with Plug-ins (Master Class)
 
44c
44c44c
44c
 
โปรแกรม Dreamweaver 8
โปรแกรม Dreamweaver 8โปรแกรม Dreamweaver 8
โปรแกรม Dreamweaver 8
 
Vb 6ch123
Vb 6ch123Vb 6ch123
Vb 6ch123
 
LECTURE 12 WINDOWS FORMS PART 2.pptx
LECTURE 12 WINDOWS FORMS PART 2.pptxLECTURE 12 WINDOWS FORMS PART 2.pptx
LECTURE 12 WINDOWS FORMS PART 2.pptx
 
ASP.NET Session 4
ASP.NET Session 4ASP.NET Session 4
ASP.NET Session 4
 
Csc153 chapter 03
Csc153 chapter 03Csc153 chapter 03
Csc153 chapter 03
 
Introduction Dojo Toolkit & IBM Lotus Domino
Introduction Dojo Toolkit & IBM Lotus DominoIntroduction Dojo Toolkit & IBM Lotus Domino
Introduction Dojo Toolkit & IBM Lotus Domino
 
การสร างเว บด_วย dreamweaver (1)
การสร างเว บด_วย dreamweaver (1)การสร างเว บด_วย dreamweaver (1)
การสร างเว บด_วย dreamweaver (1)
 
Vb.net session 02
Vb.net session 02Vb.net session 02
Vb.net session 02
 
Visual basic 6.0
Visual basic 6.0Visual basic 6.0
Visual basic 6.0
 
Windows operating system
Windows operating systemWindows operating system
Windows operating system
 
Lec02
Lec02Lec02
Lec02
 
PowerPoint Lesson 2
PowerPoint Lesson 2PowerPoint Lesson 2
PowerPoint Lesson 2
 
Git and git hub basics
Git and git hub basicsGit and git hub basics
Git and git hub basics
 
Vs c# lecture1
Vs c# lecture1Vs c# lecture1
Vs c# lecture1
 
Windows Form - Lec12 (Workshop on C# Programming: Learn to Build)
Windows Form - Lec12 (Workshop on C# Programming: Learn to Build)Windows Form - Lec12 (Workshop on C# Programming: Learn to Build)
Windows Form - Lec12 (Workshop on C# Programming: Learn to Build)
 

More from MareenaHahngeh

ขั้นตอนการสร้าง Presentation กับโปรแกรม go animate
ขั้นตอนการสร้าง Presentation กับโปรแกรม go animateขั้นตอนการสร้าง Presentation กับโปรแกรม go animate
ขั้นตอนการสร้าง Presentation กับโปรแกรม go animateMareenaHahngeh
 
งานนำเสนอ
งานนำเสนองานนำเสนอ
งานนำเสนอ
MareenaHahngeh
 
Slidesnack
SlidesnackSlidesnack
Slidesnack
MareenaHahngeh
 
Slidesnack
SlidesnackSlidesnack
Slidesnack
MareenaHahngeh
 
งานนำเสนอ
งานนำเสนองานนำเสนอ
งานนำเสนอ
MareenaHahngeh
 
งานนำเสนอ
งานนำเสนองานนำเสนอ
งานนำเสนอ
MareenaHahngeh
 
งานนำเสนอ
งานนำเสนองานนำเสนอ
งานนำเสนอ
MareenaHahngeh
 
Slide share
Slide shareSlide share
Slide share
MareenaHahngeh
 
โครงการ 5 บท
โครงการ 5 บทโครงการ 5 บท
โครงการ 5 บท
MareenaHahngeh
 
งานนำเสนอ
งานนำเสนองานนำเสนอ
งานนำเสนอ
MareenaHahngeh
 
งานนำเสนอ
งานนำเสนองานนำเสนอ
งานนำเสนอ
MareenaHahngeh
 
งานนำเสนอ
งานนำเสนองานนำเสนอ
งานนำเสนอ
MareenaHahngeh
 
โค้ด
โค้ดโค้ด
โค้ด
MareenaHahngeh
 
โครงการ 5 บท
โครงการ 5 บทโครงการ 5 บท
โครงการ 5 บท
MareenaHahngeh
 

More from MareenaHahngeh (17)

ขั้นตอนการสร้าง Presentation กับโปรแกรม go animate
ขั้นตอนการสร้าง Presentation กับโปรแกรม go animateขั้นตอนการสร้าง Presentation กับโปรแกรม go animate
ขั้นตอนการสร้าง Presentation กับโปรแกรม go animate
 
งานนำเสนอ
งานนำเสนองานนำเสนอ
งานนำเสนอ
 
Slidesnack
SlidesnackSlidesnack
Slidesnack
 
Slidesnack
SlidesnackSlidesnack
Slidesnack
 
งานนำเสนอ
งานนำเสนองานนำเสนอ
งานนำเสนอ
 
งานนำเสนอ
งานนำเสนองานนำเสนอ
งานนำเสนอ
 
งานนำเสนอ
งานนำเสนองานนำเสนอ
งานนำเสนอ
 
Slide share
Slide shareSlide share
Slide share
 
โครงการ 5 บท
โครงการ 5 บทโครงการ 5 บท
โครงการ 5 บท
 
งานนำเสนอ
งานนำเสนองานนำเสนอ
งานนำเสนอ
 
งานนำเสนอ
งานนำเสนองานนำเสนอ
งานนำเสนอ
 
งานนำเสนอ
งานนำเสนองานนำเสนอ
งานนำเสนอ
 
Doc1
Doc1Doc1
Doc1
 
Doc1
Doc1Doc1
Doc1
 
บท6
บท6บท6
บท6
 
โค้ด
โค้ดโค้ด
โค้ด
 
โครงการ 5 บท
โครงการ 5 บทโครงการ 5 บท
โครงการ 5 บท
 

Recently uploaded

Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
Uni Systems S.M.S.A.
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Vladimir Iglovikov, Ph.D.
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
KAMESHS29
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
ThomasParaiso2
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
Matthew Sinclair
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
Neo4j
 

Recently uploaded (20)

Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
 

บทที่ 3 การใช้งานคอนโทรล