This tutorial in vb.net will show to us how to change password character in runtime or during the execution of the program. PasswordChar is a property of a textbox control that allows you to set what character are to be…
Tag: vb.net programming
CheckBox Demo in Visual Basic .Net
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…
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…
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…