Visual Programing

Logged as Anonymous. Your last visit was on

You are not connected. Please login or register

Post new topic  Reply to topic

View previous topic View next topic Go down  Message [Page 1 of 1]

1 [TUT] How to make an easy Login Form on Sun Sep 07, 2008 2:03 am

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


_________________


DONATE NOW! CLICK HERE
Our NEW Main Website http://www.visualprograming.co.cc
View user profile http://vbforum.forumotion.net

View previous topic View next topic Back to top  Message [Page 1 of 1]

Post new topic  Reply to topic

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