Skip to content

50UM3N/dot-net-login-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VBdotNet Login System

It is a simple login system using dotNET abd MySQL.

Usage

First of all you have to use MySQL to database create or login user. You can use XAMPP. If you use XAMPP the you have to create a dB name vb.net. Otherwise you have to change connection string locate in module file SQL.vb like this way,

con.ConnectionString = "server=[Server name];user=[user name];password=[password of that user]database=[dB name];"

After that download and install a UI framework Guna Framework. Then add to project reference.

About

It is a simple login system using dotNET abd MySQL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages