What's new

.NET Login / Register Base | Different Concept | Virus Scan | Download

  • Thread starter Mobbin
  • Start date
  • Views 1,162
M

Mobbin

Courtney <3
Messages
358
Reaction score
95
Points
85
Sin$
0
56f874c5ca6eddd9e20f89c47015223d.png
My login / register base uses a different concept and not:
Code:
if textbox1.text = "user" then : if textbox2.text = "pass" then
form2.show()
messagebox.show("You have now logged in","Success!")
else
messagebox.show("check your login info","Error!")
end if
end if
mine actually uses my settings, example:
Code:
Textbox1.Text = My.Settings.User
My.Settings.Save()

great stuff to use as a base. check it out and more bases coming soon!​

Download: Mediafire

Virus Scan: Virus Total

Credits: Me, im Omega.​
 
Z61

Z61

Some times our saints are sinners
Retired
Programmer Forum Addict Odysseus' Summit
Messages
5,468
Reaction score
3,429
Points
1,042
Sin$
0
My.Settings is a terrible solution, just as if statement ones.
 
M

Mobbin

Courtney <3
Messages
358
Reaction score
95
Points
85
Sin$
0
My.Settings is a terrible solution, just as if statement ones.

i will agree on you with that but this is for beginners and its a different way of using the login and register function
 
Top Bottom
Login
Register