visual studio

Payroll System in VB.NET and MS Access Database with Source Code and Documentation

Submitted by ClydeTiu on
This Payroll System is a VB.NET Project. This project was developed using VB.NET and Microsoft Access Database. The system was written in Visual Studio 2010 Ultimate. This system manages a certain company's employee records and calculates their payroll. The system has user-friendly functionality and has a pleasant user interface. For the Thesis documentation Visit the following link: Payroll

Human Resource Management System with Source Code

Submitted by Ukku on
This Human Resource Management System (HRMS) can be used to manage a certain company's employees' records. It is created using C#.NET & MS SQL Server. Coding Stand is 3 Tier Architecture. This system store the company's employees' details and other relevant information such as the employees leave details. The system also manages the daily attendance of the employees. This HRMS generates reports

Point of Sale System using VB.NET and Microsoft Access with Source Code

Submitted by jkev on
This point of sale system supports Barcode on sales transactions. It has a user-friendly interface that a user can understand. I'm using Microsoft Access as a backend database. About The Point of Sale System using the VB.NET is a project that can help a certain store to their daily sales transaction. This system stores the list of products. The system has also a minimum scope of inventory features

Tetris Game using C# WPF with Source Code

Submitted by antonis68 on
About This Tetris project is a simple single-player game developed in Visual Studio using C# language and ( WPF) Windows Presentation Foundation UI Framework. The Tetris works like some other Tetris game applications which is the goal of the player is to destroy a line/lines of blocks to prevent square/boxes block reach the top. The blocks can also be rotated and sprint dropping. Download the

Create, Read, Update, Delete (CRUD) Using C#

Submitted by admin on
In this code, we create a basic Create, Read, Update, Delete (CRUD) Using C#. This simple project creates a database connection using a wizard (i.e. data binding). To make it little appealing, I created a customize buttons for navigating the record. I then hide the BindingNavigator to avoid duplicate control. One important problem I encounter is you’re not allowed to create the same name of the

Creating a Database in SQL Server and Connect it to Visual Studio

Submitted by donbermoy on
In this tutorial, I will teach you how to create a database in SQL Server using the Microsoft SQL Server 2008 and Connect this database in the Visual Studio 2010. So, now let's start this tutorial! 1. Open the SQL Server Management Studio for the first step on creating a database. design 2. Right Click on the Database Folder and then click New Database. design 3. Create a database name, input a name on it.

Creating a Management Solution in Visual Basic #1 Design and Writing To Files

Submitted by Yorkiebar on
Introduction: This tutorial is going to be on how to create a record management solution in Visual Basic. This Tutorial: Since this is a multi-part tutorial series, this tutorial is going to be on setting up the form and creating the much needed writeToFile function. The Design: For your reference, I am using Visal Studio Ultimate 2013, the programming should be the same but the design may differ from previous or future versions of the studio program. We are going to try and create the whole design in this first tutorial but we may have to

Creating a Report in Student Registration Using Crystal Reports Part 3

Submitted by janobe on
This is the continuation of my tutorial. This time I will show you how to put a Crystal Report in a Windows Form and retrieving the records from the database. Let’s begin: First, open the file of Student Registration in Visual Studio 2008. Add a new file which is a Windows Form.