Weekly Work Schedule Excel spreadsheet

Submitted by nostradamus1566 on
Microsoft Excel VBA (Visual Basic for Applications) This Excel spreadsheet is a weekly work schedule for 5 employees working in a hostel to help them to keep track of their weekly hours. In Microsoft Excel You need to set your security level to low to allow the VBA code to run. Two special features this spreadsheet has are 1. If you enter the ISO week number it will automatically calculate the

Linear Matrix Solver Using Elimination and Determinant Method

Submitted by sminuwa on
This program is based on matrix solving. It performs two function. First is linear using elimination method and secondly determinant using cramer's rule. The application will generate the report for linear elimination method for all the steps it follows to get the final answer. For more, download the file, unzip it and run the setup to see how it works. Thanks! ''''''''''''''''''''''''''''''''''''

Simple Program with SQL Insert and Delete Function

Submitted by sminuwa on
Hello, guys. This is a program that will help you to use insert delete with a very simple ways using access database 2003 version in your project. I hope you'll enjoy it. '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

Math Functions in C#

Submitted by donbermoy on
Today, I will teach you how to create a program that has math functions in C#. Here you will learn about Abs, Log, Round, Sin, Cos, and Tan Function. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application in C# for this tutorial by following the following steps in Microsoft Visual Studio 2010: Go to File, click New Project, and choose Windows Application. 2. Next, add two textboxes named txtNum for your inputted number and txtOut for the output.

Validate Leap Year in C# Console

Submitted by donbermoy on
Today in C#, i will teach you how to validate a year as leap year or not. Hence we already know that leap year has 366 days instead of the normal 365 days. Leap years occur every 4 years. And this fact is our formula in finding a leap year using the console application in C#. Now, let's start this tutorial! 1. Let's start with creating a Console Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Console Application. 2.

Extension File Converter in C#

Submitted by donbermoy on
This tutorial provides to make a program that can convert a file into any any file that is changing the extension filename of this file using C#. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Applicationin C# for this tutorial by following the following steps in Microsoft Visual Studio 2010: Go to File, click New Project, and choose Windows Application. 2.