Jewellery Shop Management in VB

It is the live software for Jewellery shop to maintain the database and shop Schedules. Recently the Microsoft Visual FoxPro and Microsoft Office Access are using for maintain a record. But they are not able to handle large number of data and to provide a security and search record properly. They not have user interface, so it’s not user friendly. So, to provide the more convenient, user friendly

Math 4 Kids

This is a simple math application I made just for my nephew to make him familiar of 4 basic math operations. This application has a function to generate a random math questionnaire and let the user answer. If the answer is wrong then the system show the correct answer in a nice visual process.

Hide Desktop Applications using VB.NET

This tutorial will teach you how to create a program that will hide all your desktop applications using visual basic.net. 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. Add only a button named Button1 and a Timer named Timer1.

Disable/Enable Close Button in Windows Form using VB.NET

This tutorial will teach you how to create program that can disable and enable a close button in the windows form using vb.net language. 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. Next, add a GroupBox and two buttons for Disable and Enable Close button named Button1 and Button2 respectively.