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.

Marquee Text in VB.NET

Submitted by donbermoy on
In HTML, a marquee is a small section of the browser window that displays text that rolls across the screen. You use the MARQUEE element to create scrolling section. Here in this article, we will also create a marquee function using vb.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.

Management System in Python - #1 - Main Menu & Adding Users

Submitted by Yorkiebar on
Introduction: In this tutorial we will begin making a local user management system in Python. We have done this before in a simple SQLite database, but this series will be storing the information in simple plain text files ready for editing manually and portable safe. The Main System: First we want to create a main function which will be our menu system. The user will loop around this until they enter "0" to exit the program.

Fixed Assets Management

Submitted by gulshanmishra on
Fixed Assets Management Manage all information about fixed assets of any organization. Like Assets Transfer one department to another, assets disposal, depreciation calculation etc. Front end in vb.net Back end in sql server 2005. Please change the connection parameter on mdi form after attached the db.