Visual Basic .NET

Math Functions in VB.NET

Submitted by donbermoy on
Today, I will teach you how to create a program that has math functions in Visual Basic.NET. Here you will learn about Abs, Log, Round, Sin, Cos, and Tan Function. 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 two textboxes named txtNum for your inputted number and txtOut for the output.

Lotto Wizard

Submitted by moses vb on
Lotto Wizard is a simple but advanced program which helps to forecast possible lotto winning numbers. It uses randomization / random class to generate the possible winning numbers. You only need to click a button and after 5 second, it will display the numbers. When you click the button, you will see it surffing or mixing the numbners. You are free to use or modify it to meet your needs.

Google Searcher in VB.NET

Submitted by donbermoy on
This is a tutorial in which we will create a program that will input a word using vb.net and it will search in Google. We all know that Google is the biggest search engine, so that's why we will going to use this site. 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.

Weather Monitoring Station with Flood Monitoring System

Submitted by donbermoy on
Microcontroller-Based Weather Monitoring Station with Flood Monitoring System was my thesis in the degree of Bachelor of Science in Computer Engineering. This device made our group awarded as Best Thesis of the Year. The server station was programmed using Mikro-C and the remote station was programmed through Visual Basic.NET and MySQL as backend. I shared this code so that we can actually

San Ramon Catholic School Enrollment System

Submitted by janobe on
This Enrollment System is made by the fourth year, Graduating students of the Kabankalan Catholic College for their thesis. In this system they used Visual Basic 2008 and MYSQL for their Database. It also generates reports using the Crystal Reports. Its features contain, such as: * Login and Logout * Enrollment Form * Student (List Of Students, List Of Enrolled Students, Student’s Subject and

How to get the Name Of Multiple TextBoxes Using For Each Loop

Submitted by janobe on
In this tutorial I will teach you how to get the name of a specific TextBoxes by using For Each Loop in VB.Net. This method will determine what are the names of your TextBoxes that you drag it on the Form. You will be able to find out the specific name of the TextBox because it will be seen in each TextBoxes. So let’s begin: Open Visual Studio and create a new Project. Drag all the TextBoxes and a Button.

Empath Point Of Sale

Submitted by Blank Null on
I have designed an exclusive Point of Sale in Vb.net 2010 and Ms Access 2013. It includes many fancy features: Items Employees Suppliers Customers Sales Invoices Quotes Back up data See daily sales See owing customers Please Note : Accept Shortcut key : F10 Cancel / Close : ESC Username : Musa ; Developer ; Technician Passcode : musa ; develover ; technician Copy database file "ECMIS " to local

How to Add the Items in the ListBox Using InputBox in VB.Net

Submitted by janobe on
In this tutorial I will teach you how to add the items in the ListBox in VB.Net. With this, you can type whatever data you want in the InputBox and it will be added in the ListBox. The InputBox has been just like a MessageBox, their only difference is that the InputBox has a TextBox that you can input the data. Let’s begin: Open the Visual Studio and create a new Project. Drag a Button and a ListBox.