VB.NET List The List class is used to store generic types of collections objects. By using a generic class on the list,…
vb.net gui
-
-
VB.NET String In VB.NET, string is a sequential collection of characters that is called a text. The String keyword is used to…
-
VB.NET ListBox Control The ListBox control is used to display a list of items in Windows form. It allows the user to…
-
VB.NET Sub A Sub procedure is a separate set of codes that are used in VB.NET programming to execute a specific task,…
-
VB.NET ListView Control The ListView Controls are used to display a collection of items in the Windows Forms. It uses one of…
-
VB.NET TextBox Control A TextBox control is used to display, accept the text from the user as an input, or a single…
-
VB.NET MDI Form MDI stands for Multiple Document Interface applications that allow users to work with multiple documents by opening more than…
-
VB.NET Timer Control The timer control is a looping control used to repeat any task in a given time interval. It is…
-
VB.NET Menu Control A menu is used as a menu bar in the Windows form that contains a list of related commands,…
-
VB.NET TreeView Control The TreeView control is used to display a hierarchical representation of the same data in a tree structure. The…