Features :
-Allows you to Log-in attendance
-DTR
-DTR Displays
-Employees' Information
-Deductions
-Cash Advance
-Payroll
-Payslip
-List of Payslip
-Others
Back-End : MS Access
DTR and Payroll System
Visual Basic Valid Email Checker
Introduction:
This tutorial is on how to create a simple email checker in Visual Basic.
Steps of Creation:
Step 1:
First we will need a new form with a textbox1 for the email file path, a file full of emails ready for checking, a textbox2 to define the path to save the valid emails and a button to start checking the emails.
We...
Simple Grading System using Visual Basic.Net
This application was created using Visual basic.Net and the database support of this system is created in Microsoft Access 2007. The main purpose of this system is to create and save new data of student, Grades of the specific term of the school year.
Features:
• Load all the students and view their records in the datagridview.
• It has a "Compute Grades"...
Hospital Management
Our project Hospital Management system includes registration of patients, storing their details into the system, and also computerized billing in the pharmacy, and labs. Our software has the facility to give a unique id for every patient and stores the details of every patient and the staff automatically. It includes a search facility to know the current status of each room. User can search...
Visual Basic Time Converter
Introduction:
Welcome to a tutorial on a time conversion program in Visual Basic.
Steps of Creation:
Step 1:
First lets make a new form with four textboxes and a button:
- Textbox1 : Hours
- Textbox2 : Minutes
- Textbox3 : Seconds
- Textbox4 : Milliseconds
- Button1 : Convert
Step 2:...
Advance Computer Shutdown using Visual Basic.Net
In this tutorial we’re going to create a simple application that enable a user to shutdown, restart and log off the computer using visual basic. To do this open visual basic and create a new project and name it as “Shutdown”.
Designing the user interface:
The user interface in this project looks like as shown below.
...
Deal Grocer Concept(Firefox Version)
After how many months, I've uploaded a code again. If you want to learn about webkit styling, this css and html file would be best to fit in you. See the www.dealgrocer.com, and see it's header. Hope you would appreciate it guys. Comments and Suggestions would be appreciated. If you want to contact me, ljmmaguigad28@yahoo.com or ljmmaguigad28@gmail.com
Calender & time
> First of all open the project
> Then run the project
> Then automatically the form will show the current date and time into your computer.
Generate Error Description Using Err.Number
This project will generate an error description based on the err.number you specified in the input box.
> Open project
> Then write error number into text box,
> and click on Generate command button,
> VB will automatically declare about that error number.
I wish you will like this project.
Math game (Addition)
> First of all run project,
> then you will show a two number and between + symbol,
> Then write your answer with addition of two number
> If your answer is write you will got 100 score
> if your answer is wrong your score is pull down.
I wish you will like this project
Fibonacci Series in C
A simple implementation of the Fibonacci number series. The Fibonacci series is formed by adding the latest two numbers to get the next one, starting from 0 and 1: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, ...
...
#include<stdio.h> /* C Standard Input
Displaying Computer information using Visual Basic.Net
This article shall describe how to display computer information, and processes of current running program or application on a machine. It also detects if the machine is connected to the network or not. You can see also the current usage of of a computer physical memory, virtual memory, Operating system used, Operating system platform, Version, Monitor Heigh and Monitor Width.
After...
How To Create a Stopwatch in Visual Basic
Introduction:
Welcome to my tutorial on how to create a stopwatch in Visual Basic with lapping system.
Steps of Creation:
Step 1:
So the way this is going to work is we will haev a timer running at a one second interval and each time it runs it will add one to our second count. It will then check our second count to see if it has been...
How to Create a Ninja Defuse [Minigame] in Visual Basic
Introduction:
Welcome to a tutorial on a small game to be made in Visual Basic - Ninja Defuse. A game to guess a randomly generated three digit code before the time runs out.
Steps of Creation:
Step 1:
First we need to create our form with...
- Textbox1 - First digit of guessed code
- Textbox2 - Second
- Textbox3...
C# Hang Man Game
This is my version of C# game Hang Man. Game is very simple to play, random words are generated from .txt file from my web site.
How to Create a Local Polling System
Introduction:
Welcome to my tutorial on how to create a local polling system in a Visual Basic Application using its Project Settings.
Steps of Creation:
Step 1:
First we need to set our project settings. I have put "str1", "str2" and "str3" to contains the polling string options, "option1", "option2" and "option3" to contain the votes...
Advanced C# Calculator and Converter
iCalculator is advance C# calculator with converter to volume, mass, speed, area and many more.
There is more than 100 math formulas included.
For splash screen i used DevExpress and also for formulas slide show, if you can't run it install devexpress to your visual studio or delete splash screen and parts with formulas where i used slideshow.
You can download Demo version of...
How to Create a Slot Machine Game [Visual Basic]
Introduction:
Welcome to a tutorial on how to create a Slot Machine type game in Visual Basic.
Steps of Creation:
Step 1:
First we need a form. I have mine set out as the following...
Textbox5 = Current Money
Textbox4 = Current Bid
Textbox1 = Slot 1
Textbox2 = Slot 2
Textbox3 = Slot 3
Label4 = Status...
Add Data to MySql Using Jquery UI Dialog Box
Dear visitors,
I would like to share all of you with my wonder technical of using Jquery Dialog box to add data and I really appreciated with Sourcecodester.com that allow us to share it as global.
I am IT Officer of NCDD Project in Cambodia.
If you have any problem, please contact me as touchpoan@gmail.com or via my facebook account http://www.facebook.com/TouchPoan...
Voter's ID Finder for Supreme Student Government using Visual basic.Net
This time, I'm going to show you how to create a "Voter's ID finder" for Supreme Student Government. The system also has a load of all data from the database and you can also search for specific student by using the quick search and display the result to the datagrid.
To start building this project, you need to add two textbox, three buttons, three label and a datagridview and last a...