Saturday, August 27, 2016

How to create login Windows Form in c# windows application with database

How to create login Windows Form in c# windows application with database 



In this article, I'm gonna share about how to make login and register form with MS SQL database;

1. Flow Chart Logic
Windows form login application
1. Create a New Windows Form Application.
Create Windows Form Application
2. Add New Database (I have created a database named as MyDatabase.mdf). Add a table (named as tbl_Login). The following is the table schema for creating tbl_Login.

Table Structure

No comments:

Post a Comment