PasswordChar property in vb.net PasswordChar property is used in order to hide the actual text you have entered in a textbox. The source code will teach you on how to change the passwordchar property in runtime environment.
Category: Visual Basic.Net
Progressbar Demo in Visual Basic.Net
A progress bar is a graphical control element used to visualize the progression of an extended computer operation. Splash screen or start up form is the first form that we usually see when we open a program or an application
Download source code of VB.net Sum of Two Numbers
Download source code of VB.net Sum of Two Numbers The source code is written in console application (cmd like application) and windows application (with gui). The program can also determine if the user enters a non numeric value in the…
Declaration of Variables in Visual Basic.Net
Declaration of Variables in Visual Basic.Net Source code on how to declare and use a variable in visual basic.net
If ElseIF in Visual Basic.Net
Password: vbnetifelseif If ElseIF in Visual Basic.Net Sample source code on the if else if statement in vb.net programming language.