Weather Forecast

Submitted by Dalimark Tenio on
Brief Description: Weather Forecast is an expert system that uses Bayesian reasoning and Certainty Factors. It predicts tomorrow’s weather based in some factors given and etc. Procedure: The process and techniques that we used in our project entitled Weather Forecast is the Bayesian Accumulation of Evidence and the Certainty Factors. Regards, Dalimark Tenio 10uSolutions [email protected] Fan

Fingerprint - Based Employee Attendance System

Submitted by donbermoy on
Fingerprint - Based Employee Attendance System is a capstone project that I made for a particular school. It has a front-end of Visual Basic.Net 2008 and MS Access as back-end. Install also GrFinger software for the fingerprint driver. Features of the system: - Biometric Fingerprint Scanner - Save Fingerprint and image to database - Recognize Fingerprint during attendance - Add employee

Convert Whole Number and Decimal to Words in VB.NET

Submitted by donbermoy on
Today, I will teach you how to create a program that converts a whole number and a decimal into words using vb.net. This is so useful in making systems when you convert it in the receipt section that the numbers are converted into words. 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: Go to File, click New Project, and choose Windows Application. 2.

Show Running Applications in VB.NET

Submitted by donbermoy on
For the past months, I already made a tutorial regarding on showing all the process of computer with this link http://www.sourcecodester.com/tutorials/visual-basic-net/6763/show-lists-computer-process-vbnet.html. Now, in this tutorial, i will create a program that all your opened computer applications will be displayed. Now, let's start this tutorial! 1.

How to Create a Web Browser in Visual Basic

Submitted by GeePee on
Introduction: Welcome to my tutorial on how to create a web browser in Visual Basic. Steps of Creation: Step 1: First we want to create a form with; Button1 - Go button2 - home button3 - back button4 - forward textbox1 - address/url webbrowser1 - web browser Step 2: Next we want to go in the Go button and check if the url is valid, if it is we want to navigate to it through the web browser.

Aero Glass Screen Effect in VB.NET

Submitted by donbermoy on
Today, I will teach you how to create a program that has a screen effect of aero glass in vb.net. We often see an aero glass effect as a theme in windows 7. Now, we will start the tutorial. 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2. Next, add only a Timer named Timer1 in your Form. 3.

Bomb Explode! (An Android App Strategy Game)

Submitted by donbermoy on
This android app named Bomb Explode! is a capstone project that I made for a particular school. BOMB EXPLODE! is a Human Versus Computer strategy game. The objective is to eliminate the opponent by blowing up their BOMBS. Each player takes a turn by placing a BOMB in a square on the board. The human player can start by placing the first BOMB or have the computer start by pressing the Computer First button. A player can place the BOMB in any square not occupied by the opponent.