Visual Programing
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Visual Programing

You are not connected. Please login or register

[TUT] How to make an easy Login Form

Go down  Message [Page 1 of 1]

1[TUT] How to make an easy Login Form Empty [TUT] How to make an easy Login Form Sat Sep 06, 2008 8:03 pm

k0j0e

k0j0e
Admin
Admin

How to make an easy Login Form


1-Make 2 Textbox
2-Make 2 Button. Call one Login and the other one Cancel
3-Make a Labbel "Username" and an other "Password"

Coding Time


Click on Login then type that
Code:
If text1.text = "Username" & text2.text = "Password" then
Form2.Show
Else
Msgbox ("Invalid Password, Please try again.")
End if
End sub

Click on Cancel and type that
Code:
Unload me

https://vbforum.iftopic.com

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum