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 sourcecodes
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…