Convert Time into Text in VB.NET

Submitted by donbermoy on
Today, I will teach you how to convert time into text using VB.NET because usually we always display the time in numbers. 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.

How to Create a Proxy Grabber/Scraper in Visual Basic

Submitted by GeePee on
Introduction: Welcome to my tutorial on how to create a proxy ip:port grabber. Steps of Creation: Step 1: First create a form with one button, this will allow the user to select a save location and begin the process. We also want to import a few things and create a global string of the link in which we want to extract the proxy information from...

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.