add items

Reorder List Items in Vb.net

Submitted by donbermoy on
Hi! this is my another tutorial in vb.net that reorder an item in the listbox into descending order to ascending, or into ascending to descending order; vice versa. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2. Next, add one TextBox named Texbox1 which serves as your input items in the Listbox.