automa

3
Skip to content Using Gmail with screen readers Click here to enable desktop notifications for Gmail. Learn more Hide More 1 of many (no subject) Inbo x x Dr.Jes. B.Sundar <[email protected]> May 12 (1 day ago) Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click TextBox1.BackColor = Color.Black TextBox2.BackColor = Color.Red TextBox3.BackColor = Color.Black TextBox4.BackColor = Color.Red TextBox5.BackColor = Color.Black TextBox6.BackColor = Color.Red TextBox7.BackColor = Color.Black TextBox8.BackColor = Color.Red TextBox9.BackColor = Color.Black End Sub

Upload: sisay-deressa

Post on 20-Sep-2015

216 views

Category:

Documents


3 download

DESCRIPTION

ay

TRANSCRIPT

Skip to contentUsing Gmail with screen readersTop of Form

Bottom of Form

Top of FormBottom of FormClick here to enable desktop notifications for Gmail.Learn moreHideMore1 of many

(no subject)Inboxx

Dr.Jes. B.Sundar

May 12 (1 day ago)

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e AsSystem.EventArgs) Handles Button1.Click TextBox1.BackColor = Color.Black TextBox2.BackColor = Color.Red TextBox3.BackColor = Color.Black TextBox4.BackColor = Color.Red TextBox5.BackColor = Color.Black TextBox6.BackColor = Color.Red TextBox7.BackColor = Color.Black TextBox8.BackColor = Color.Red TextBox9.BackColor = Color.Black End Sub

Private Sub Button4_Click(ByVal sender As System.Object, ByVal eAs System.EventArgs) TextBox1.BorderStyle = BorderStyle.Fixed3D End Sub

Private Sub Button2_Click(ByVal sender As System.Object, ByVal eAs System.EventArgs) Handles Button2.Click TextBox2.BorderStyle = BorderStyle.Fixed3D TextBox4.BorderStyle = BorderStyle.Fixed3D TextBox1.BorderStyle = BorderStyle.FixedSingle MsgBox("possible states are q1,q3") End Sub

Private Sub Button3_Click(ByVal sender As System.Object, ByVal eAs System.EventArgs) Handles Button3.Click TextBox5.BorderStyle = BorderStyle.Fixed3D MsgBox("possible state is q4") End Sub

Private Sub Button6_Click(ByVal sender As System.Object, ByVal eAs System.EventArgs) Handles Button6.Click

End Sub

Private Sub Button13_Click(ByVal sender As System.Object, ByVal eAs System.EventArgs) Handles Button13.Click MsgBox("possible states are q3 and q5") TextBox2.BorderStyle = BorderStyle.Fixed3D TextBox8.BorderStyle = BorderStyle.Fixed3D End Sub

Private Sub Button15_Click(ByVal sender As System.Object, ByVal eAs System.EventArgs) Handles Button15.Click MsgBox("possible state is q7") TextBox6.BorderStyle = BorderStyle.Fixed3D End Sub

Private Sub Button11_Click(ByVal sender As System.Object, ByVal eAs System.EventArgs) Handles Button11.Click MsgBox("final state is q7") TextBox9.BorderStyle = BorderStyle.Fixed3D End Sub

Private Sub Button8_Click(ByVal sender As System.Object, ByVal eAs System.EventArgs) Handles Button8.Click TextBox7.BorderStyle = BorderStyle.Fixed3D TextBox3.BorderStyle = BorderStyle.Fixed3D TextBox9.BorderStyle = BorderStyle.Fixed3D MsgBox("possible states are q2,q6,q8") MsgBox("reached final state q8")

TextBox7.BorderStyle = BorderStyle.None TextBox3.BorderStyle = BorderStyle.None

TextBox9.BorderStyle = BorderStyle.Fixed3D End SubEnd Class