Week 11 Atm Application Using Multiple Forms : Form1 Object Eventargs
Week 11 Atm Application Using Multiple Forms : Form1 Object Eventargs
ATMCPLvb.Show()
Else
MsgBox("Wrong pin number entered, TRY Again!!!")
TextBox1.Text = ""
TextBox1.Focus()
End If
End Sub
Private Sub login_Load(sender As System.Object, e As System.EventArgs) Handles
MyBase.Load
Me.TopMost = True
End Sub
End Class
Me.TopMost = True
End Sub
End Class