Slide Show

In this program you can make slide show of your photos or images. You can browse images then click slide show under the Tools. You can also change the image view from normal, stretch, autosize, center, zoom and size to Fullview etc. Regards, Dalimark Tenio 10uSolutions [email protected] Fan Page: https://www.facebook.com/10usolutions

MicroTab

Teenage Pregnancy Analysis September 24, 2014 This research is studied for the sake of early teenage pregnancy awareness in order to realize the fast growing population. This research is dedicated to all teenagers who are not aware of this case. We, as the student of Bachelor of Science in Computer Science conducted this study in order to determine the probabilities or expectancies of the said

How to Create a Proxy Grabber/Scraper in Visual Basic

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...
  1. Imports System.Text.RegularExpressions
  2. Imports System.Net

Ethernet Cable Color Ordering

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

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

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

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.