Monday, June 24, 2019

Login and open second form with message


video will be here



If UsernameTextBox.Text = "SHEBA" And PasswordTextBox.Text = "COMPUTER" Then
            MsgBox("Sucessful login")
            AdminPanel.Show()
            Me.Hide()
        Else
            MsgBox("PLEASE TYPE CORRECT ID AND PASSWORD")
        End If



Login and open second form with message
If TextBox1.Text = "SHEBA" And TextBox2.Text = "COMPUTER" Then
MsgBox("Sucessful login")
Form2.Show()
Me.Hide()
Else
MsgBox("PLEASE TYPE CORRECT ID AND PASSWORD")
Design mode
Form1 + Form2
TextBox1 + TextBox1 + Button1
Share:

Video

DOWNLOAD SYSTEM PHOTO

Click on the w3schools logo to download the image:

W3Schools

Note: The download attribute is not supported in Edge version 12, IE, Safari 10 (and earlier), or Opera version 12 (and earlier).

bd-rms-it.com

Powered by Blogger.

MESSANGER

 
See Here Color Code :





SHEBA COMPUTER
SHEBA COMPUTER