Visual Basic .NET

Folder Locker 7.0

Submitted by soft.king on
Folder Lock is great security app that lets you password-protect files, folders and drives; encrypt your important files on-the-fly, backup files in real-time, protect portable drives, shred files & drives and clean history. Folder Lock can password-protect, lock, hide and encrypt any number of files, folders, drives, pictures and documents in a matter of seconds. The protected files are hidden

How to Backup and Restore MS Access Database Using VB.Net

Submitted by janobe on
Backup and restore are very important just in case you deleted something in the records that are needed in the system. So in this tutorial, I will teach you how to Backup and Restore MS Access Database Using VB.Net. With this method you can backup the file and restore it with ease. Just follow the steps below.

Employee’s Record System

Submitted by janobe on
Employee’s Record System is an easy-to-use system that manages all of your employees’ information. It will keep all the records organized and stores employee’s personal information accurately. Managing a company or business with 10 or more employees can get out of hand but with this system, you can be confident in tracking your employee’s information and at the same time you can save a lot of time.

How to Retrieve an Image in MySQL Database Using VB.Net

Submitted by janobe on
This tutorial is the continuation of my last tutorial which is How to Save Image In MySQL Database Using VB.Net. This time I’m going to teach you how to Retrieve Image in MySQL Database Using VB.Net. In this method, it will retrieve the image or file from the MySQL database into the picturebox..

How to Save an Image in MySQL Database Using VB.Net

Submitted by janobe on
In my tutorial, this time I will teach you how to save an Image in the MySQL Database using VB.Net. This method will help you store the image itself into the MySQL Database. This is a secure way of saving your image so that it will not be deleted once a virus affects your system.

Retrieving Data in MySQL Database Using DataReader in VB.Net

Submitted by janobe on
Today you will learn on how to retrieve data in MySQL Database using DataReader in VB.net. This method provides an effective way to retrieve data from the database. It is efficient to use this kind of method because you can design the datagridview column according to your desire.