Visual Basics 2008 - Login/Access System

preview_player
Показать описание
Learn how to make a access system with Visual Basics 2008.

Code:

If TextBox1.Text = "Username" And TextBox2.Text = "Password Then
Me.Hide()
Form2.Show()
Else
MsgBox("Wrong Username of Password.", vbExclamation, "Wrong")
End If

Study the code!

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

A tutorial should have someone explaining the how to do it, and not play music through the whole thing. "Hint, hint"

crumil