Visual Basic .NET

Hans Hotel Reservation System

Submitted by joken on
The Hans hotel reservation system is created by the BSIT 4th year student as their final requirement in capstone subject. This Reservation system allows the guest to select rooms, view rooms, accomodations and reserve rooms. And this system also has an admin side where in the admin has a user management system and has the option in viewing all the reservation records by the guest. In order to

KCC SSAO E-voting System

Submitted by joken on
This system is created using Visual Basic 2008 and Microsoft Access 2007 is used for Database support and crystal Report is the tool used for reporting. In this system, it introduces a computerized registration form for each voter through which voter details, including name, course, year level, etc. can be entered. From these details an algorithm will generate a unique id. This registration system

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.

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.

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.

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.

VB.NET Password Complexity

Submitted by donbermoy on
Strong passwords meet a number of requirements for complexity - including length and character categories - that make passwords more difficult for attackers to determine. Establishing strong password policies for your organization can help prevent attackers from impersonating users and can thereby help prevent the loss, exposure, or corruption of sensitive information. In this tutorial, we will create a program that can determine if the inputted password is complex or not :) Now, let's start this tutorial! 1.