Log in

View Full Version : How to make a program with accounts?


SuperMiron
Aug 9, 2010, 07:45 AM
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?

SuperMiron
Aug 10, 2010, 02:34 PM
Please Tell me!

slapshot_oi
Aug 10, 2010, 02:47 PM
If this is for a web app, ASP.NET has it all taken care of. I use it all the time.

Introduction to Membership (http://msdn.microsoft.com/en-us/library/yh26yfzy.aspx)

SuperMiron
Aug 11, 2010, 02:15 AM
If this is for a web app, ASP.NET has it all taken care of. I use it all the time.

Thanks. I might try it.

ScottGem
Aug 11, 2010, 03:17 AM
You posted this under VB, are you looking to program in VB or what? Is this for a school assignment?

habib76
Sep 12, 2010, 10:42 PM
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