Simple Alarm Clock using Visual Basic.Net

In this tutorial, we're going to create a simple alarm clock. This alarm clock can be used to wake a person in at a specific time. To start with this application, open visual basic and create a new project and name it as “Alarm Clock”. The application when finished, it looks like as shown below. Next, add five labels,and name the label1 as “lblcurtime” and label2 as “lblstatus” then,set the text property of the other label as “Current Time”, “Alarm Time” and “Message”.

How to Create a Syntax Checker in Visual Basic

Introduction: This tutorial is on how to create a simple tool to check the amount of opening and closing braces in your script syntax. Steps of Creation: Step 1: First we want to create a form with: - Button1 - To begin the checking process - RichTextBox1 - To contain the source code Step 2: Next we want to go to the button1 click event and create two new integers, one to count the amount of

How to Create a Clock in Visual Basic

Introduction: Welcome to a tutorial on how to create a clock in Visual Basic. Steps of Creation: Step 1: I will just be loading the current time in to a simple, plain label. You can customize yours or set it as a filewriter etc. So first we want to set checking for illegal crossThread calls to false on the form load. This is because we will be using a new thread to run the loop of updating the

How to Create a Question and Answer (QA) Revision Program in Visual Basic

Introduction: Welcome to a tutorial on how to create a revision tool in Visual Basic. It will load a list of Questions and Answers (separated by a ":") and test you on the questions. Steps of Creation: Step 1: First we want to do a couple of things: Create a form with... Label4 - Current Question Button1 - Load QA List Button2 - Start Questions Button3 - Check Answer Textbox1 - Enter Answer Create

How to Create a File Downloader in Visual Basic

Introduction: Hello and welcome to a tutorial on how to make a single file downloader in Visual Basic. A word of advise; once you understand how this program works I would recommend adding the function to a new thread so the UI doesn't freeze while it is downloading. Steps of Creation: Step 1: First we want to get a direct download link to a file, you can get this by downloading a file then going

Breeding Station Inventory System

This is a Visual Basic 6.0 project using MySQL as the database backend. I'm using Navicat 8.0 as the database management tool. Just read the instructions and install the required software. If you have any question just email me at [email protected]. There are lots of features in my thesis. This system has a VB.NET 2010 and sql server 2008 version also. Just contact me if you have questions

Account Inventory

This account invenyory system is created using VB.net 2010 as front end and microsof access as back end. You can store your accounts username and password for the future reference. Features: 1.New user registration 2.Add,edit,delete and print stored accounts Login information: username;Admin password:admin Rquirements are: Visual studio 2010,crystal report 2010,microsoft access If you think it is