Visual Basic Express 2008/2010 Basic Login Form Tutorial

preview_player
Показать описание
Eatsleep uses if/then statements to create an unsecured basic login form in visual basic

Code:
If TextBox1.Text = "Username" And TextBox2.Text = "Password" Then
MsgBox("You have successfully logged in Eatsleep!")

Else
MsgBox("The Password and or the Username is incorrect")

Рекомендации по теме
Комментарии
Автор

Can you make a video like how to make a loading screen like say i wanted them to sign up and after they sign up they would be sent to the page

DrawzProduction