I want to make a program that you can make an account with a Username and Password and then log in to it. Is that possible?
![]() |
I want to make a program that you can make an account with a Username and Password and then log in to it. Is that possible?
Please Tell me!
If this is for a web app, ASP.NET has it all taken care of. I use it all the time.
Introduction to Membership
You posted this under VB, are you looking to program in VB or what? Is this for a school assignment?
yeah its actually possible but depending on the kind of application you will need a database to store the username and password.
but if I need to create a simple application that will only allow me to access the program I don't need to such us a simple if statement program:
if username = habib and password = vb then
[statement]
timer.enable = false
else
timer.enable = true
exit
end if
All times are GMT -7. The time now is 07:35 PM. |