heysoul_sisypus

Form hide/New form show

Sep 25th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Public Class Form1
  2.     Private Sub btnsi_Click(sender As Object, e As EventArgs) Handles btnsi.Click
  3.         If un.Text = "captione" And
  4.                 pw.Text = "11111" Then
  5.             Me.Hide()
  6.             Form2.Show()
  7.         End If
  8.     End Sub
  9. End Class
Add Comment
Please, Sign In to add comment