Skip to content

Commit

Permalink
Bug Fix: Lock & Unlock Options
Browse files Browse the repository at this point in the history
  • Loading branch information
DeanAmiridis committed Feb 14, 2020
1 parent 76c1bfc commit eaa600c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autoClose/Form1.vb
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@
TextBox2.Enabled = False
Button1.Enabled = False
Button2.Enabled = True
ListBox1.Enabled = False

End Sub

Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
' Disables lock for both Time & Proc Textbox's
ListBox1.Enabled = True
TextBox1.Enabled = True
TextBox2.Enabled = True
Button1.Enabled = True
Expand Down

0 comments on commit eaa600c

Please sign in to comment.