Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 802 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 802 Bytes

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.