This is a sample program in vb.net that demonstrate checkbox control. What is a checkbox? A checkbox (in a graphical display) a small box that, when selected by the user, shows that a particular feature has been enabled or a…
Visual Basic .Net
sourcecodes, tutorials, lessons and articles on visual basic .net
Radio Button Demo in Visual Basic .Net
This tutorial will introduce to us what is a radio button control in vb.net together with a sample source code. What is a radio button? A radio button is a gui (graphical user interface) object or control that allows the…
How to Add and Remove Items in Visual Basic .Net Listbox
Problem: Create a Windows Form Application program in visual basic .net that will allow the user to add and remove item(s) in listbox. Description: Windows form application program allows us to create application with windows user interface. Search Listbox This…
Compute the Sum of Two Numbers in Visual Basic .Net
Problem: Write a program in vb.net that will ask the user to enter two numbers and compute the sum of that numbers. Create a GUI (graphical user interface) and a console application for this program. Solution: We are going to…
Progress Bar Demo in Visual Basic .Net
This tutorial will demonstrate how to use and how progress bar in vb.net works. What is a progress bar? A progress bar is a graphical control element used to visualize the progression of an extended computer operation, such as a download, file…
If ElseIF Statement in Visual Basic .Net
Problem: Create a vb.net windows application from program that will determine if the user enters a word admin or user, a message box will be prompted “welcome admin” if admin and “welcome user” if user, the program will display a…
Variable Declaration in Visual Basic .Net
Variable Declaration in Visual Basic .Net Tutorial Description: This is a basic tutorial not just only in vb.net but also in other programming languages. This is on declaring of variables. It is gui (graphical user interface) program in vb.net that…
Introduction to Visual Basic .Net
Introduction to Visual Basic .Net Microsoft Visual Basic .Net is a high level programming language used to create Graphical User Interface application (GUI) intended to run on Microsoft Operating Systems alongside with its integrated development environment (IDE). VB.Net is implemented…