About 28,400,000 results
Open links in new tab
  1. VB.NET ListBox Control - Online Tutorials Library

    VB.NET ListBox Control - Learn how to use the ListBox control in VB.NET. Explore its features, properties, and methods for effective data handling.

  2. ListBox Control in VB.net – Properties, Methods and Events

    Jul 6, 2022 · What is ListBox Control in VB.net? A ListBox Control in VB.net is used to display a list of items in Windows form. It allows the user to select one or more items from the ListBox Control. Furthermore, we can add or design the list box by using the properties, methods, and events window at runtime.

  3. ListBox control, List property example | Microsoft Learn

    Mar 29, 2022 · The following example swaps columns of a multicolumn ListBox. The sample uses the List property in two ways: To access and exchange individual values in the ListBox. In this usage, List has subscripts to designate the row and column of a specified value. To initially load the ListBox with values from an array. In this usage, List has no subscripts.

  4. How To Use A Listbox In Visual Basic - UMA Technology

    Jan 19, 2025 · In this comprehensive guide, we have explored the ListBox control in Visual Basic extensively. We have covered its properties, how to populate it with items, handle selections, manage items, and enhance its functionality with data binding and customization.

  5. How exactly do I create a multicolumn listbox in Visual Basic?

    According to Microsoft "A multicolumn ListBox places items into as many columns as are needed to make vertical scrolling unnecessary.". The ListBox.MultiColumn Property does not turn the ListBox into a kind of grid.

  6. ListBox Control in VB.NET

    In this tutorial, we will learn how to create a ListBox control at design-time as well as at run-time. We will also see how to create multiple columns ListBox control with single and multiple selections.

  7. ListBox control, AddItem, RemoveItem methods, ListIndex, …

    Mar 29, 2022 · The following example adds and deletes the contents of a ListBox using the AddItem and RemoveItem methods, and the ListIndex and ListCount properties. To use this example, copy this sample code to the Declarations portion of a form.

  8. Working with ListBox control in VB.NET

    In this article you will learn about ListBox control and also see how you can use its default event to display index number. A visual basic ListBox control displays a list of items from which you can make a selection. You can select one or more than one of the items from the ListBox.

  9. Writing Code for vb2019 ListBoxand ComboBox - Visual Basic

    Mar 29, 2024 · ListBox is a control that displays a list of items. It allows the user to click and select the items from the list. Items can be added by the programmer at design time or at runtime using a code. We can also write code to allow the user to …

  10. ListBox Adding and Removing an Item in VB.NET | SourceCodester

    Feb 23, 2014 · This tutorial provides step-by-step snippets on how to add and remove items in Visual Basic.Net (VB.Net) ListBox.

  11. Some results have been removed
Refresh