Infographic : Giving the Trusted Windows PC its Own Spring Cleaning

Infographic : Giving the Trusted Windows PC its Own Spring Cleaning
In this infographic you will learn how to speed up, revive and clean up your Windows PC. You won't have to take your computer to a fancy computer wizard and shell out big bucks or give up your first born son. All you have to is sit down for an afternoon...

How To Get The MD5 Hash Of A File In VB.NET

How To Get The MD5 Hash Of A File In VB.NET
MD5 is a widely used cryptographic algorithm that produces a 128-BIT hash value. I think all the files you have in your computer has a unique md5 hash.. in some virus scanning process the files get identified easily with the hash value. Today we are...

How To Make A File Searcher And Display Results In A Listbox

How To Make A File Searcher And Display Results In A Listbox
Today I will teach you how to display files from your computer in a listbox. The code is very simple and is for beginners so lets get started! First open visual basic 2008 / 2010. 1. Create / open a project. 2. Add a Button and give it the text: "Search". 3....