Count Number of Words Using Regex in VB.NET Problem Create a Windows Form Application program in Visual Basic.Net that will allow users to count the number of words using VB.NET. Description This tutorial will allow the user to use a…
Tag: vb.net tutorials
SMS Sender and Notification in VB.NET
SMS Sender and Notification in VB.NET Problem Create a Windows Form Application program in Visual Basic.Net that will allow users to send SMS Notifications. Description This tutorial will allow the user to input their message in the text box and…
Email Sender Code in VB.NET
Email Sender Code in VB.NET Problem Create a Windows Form Application program in Visual Basic.Net that will allow users to send Email Description This tutorial will allow the user to input the user/sender’s gmail account and password to send an…
Basic Text Editor in VB.NET
Basic Text Editor in VB.NET This tutorial will guide you to a step by step tutorial on how to create a basic text editor in VB.Net Problem Create a Windows Form Application program in Visual Basic.Net that will allow users…
Password Generator in VB.NET
Password Generator in VB.NET This tutorial will guide you to a step by step tutorial on how to create a password generator in VB.Net Problem Create a Windows Form Application program in Visual Basic.Net that will allow users generate randomized…
Visual Basic .Net How to Change Password Character in Runtime
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…
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…
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…
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…