Text to Speech Application in C#

Submitted by donbermoy on
In this tutorial, I will teach you how to create a program that will have a text to speech application. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio 2010: Go to File, click New Project, and choose Windows Application. 2.

Login with SQL Server 2008 Database in C#

Submitted by donbermoy on
In this tutorial, I will teach you how to create a login program that will have records on the database and will be accessed to login for the security. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio 2010: Go to File, click New Project, and choose Windows Application. 2.

Employees Management System

Submitted by surprisee.mashaba on
Employees Management System has a complete features like the ff: 1. Save/update/delete employees 2. Leave 3. Add task 4. See who's on duty 5. Check who's free to take a new task 6. Add car 7. Book company car 8. Return car 9. See who's using a specific car 10. Book a travel for meeting or other 11. View all employees by pictures etc. You can use this as an example on your school project. Just

Banking System

Submitted by surprisee.mashaba on
A very simple banking system created using C#. The features of this system are the following: 1. Open new account 2. Change daily limits 3. Freeze accounts 4. View and print transitional statement 5. Update customer information 6. Deposits 7. Transfer 8. Withdrawal 9. View balances If you find it interesting, just download the source codes and try this system yourself. Hope you learned from this.

Populate Combobox with Data Stored in SQL Server 2008 using C#

Submitted by donbermoy on
In this tutorial, I will teach you how to create a program that will load records to a combobox from a SQL Server 2008 database using c#. This will be very helpful in making your systems or thesis. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio 2010: Go to File, click New Project, and choose Windows Application. 2. Add only one combobox in your Form.

Basic Calculator

Submitted by 5GEE on
The Calculator has the following functions: 1. Menu that will allow users of your program to quit the program if they no longer want to use the program, message box must be displayed asking the user if he/she wants to quit. 2. Textbox that will display the number clicked by the user and also to display the answer when the equal (=) sign is clicked. 3. All the basic calculations.