Mouse Move Paint using VB.NET

Submitted by donbermoy on
In this article, we will create a program that paints the form using the mouse movements through clicking. 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. You don't have to design your interface because we will only focus on the mouse event. 3. Now put this code for your code module.

Change Case: Uppercase and Lowercase in VB6

Submitted by donbermoy on
Uppercase and Lowercase characters are capital and lowercase letters (big and small. upper:ABCDEFGHIJKLMNOPQRSTUVWXYZ lower: abcdefghijklmnopqrstuvwxyz. In this article, we will going to create a program that can change casing of the letters either uppercase or lowercase when the text is highlighted. Now, let's start this tutorial! 1. Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2.

Creating a StopWatch in VB.NET

Submitted by donbermoy on
Stopwatch is a timepiece that can be started or stopped for exact timing as of a race or any activity. In this article, we will going to create a program that has the capabilities and control like a stopwatch. 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.

Mind and Puzzle E-Games for Kids

Submitted by suspect777 on
Programming Language: VB 6.0 Database: MSAcess2007 and Text File Features Splash Form Instruction on how to play in every games and mind category Mind Category - The player has given 3 lives. Easy Round Basic Questions Randomized Questions 4 choices 10 items Normal Round Grammar Questions Randomized 3 choices 15 items Hard Round 2 Stories Enable/Disable sounds 5 questions per story 4 choices 10

Goods Transport Management System

Submitted by waqasyaqoob on
Goods Transport Management System is a web based application. This system helps to manage the Goods/Cargo Transport business. It provides the functionality to enter shipment information, enter loading detail, enter unloading detail, and the delivery information. It stores the information of containers to load the cargo and also keeps container off load details. FULL DOCUMENTATION ,PRESENTATION and

Display MAC Address using Local IP in VB.NET

Submitted by donbermoy on
A MAC (Media Access Control) address is a number that identifies the network adapter(s) installed on your computer. The address is composed of up to 6 pairs of characters, separated by colons. You may need to provide your MAC address to a router in order to successfully connect to a network. There are so many ways to find the MAC Address of your PC. But in this article, we will only locate and know what is our IP address and then we can know also our MAC Address. Now, let's start this tutorial! 1.