Ethernet Cable Color Ordering

Submitted by Dalimark Tenio on
This program is the Ethernet Cable Color Ordering Game. In this game you will be able to learn the color coding of the two type of Ethernet cable: the Straight-through and the Crossover. You must drag and drop the wires to the pins then click crimping tool image. See the attached .docx type and the ReadMe.txt in the .zip file. Regards, Dalimark Tenio 10uSolutions [email protected] Fan Page

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.