Help with selecting multiple rows from a listbox and assigning values to a variable using VB.NET
Hi,
How do you select multiple rows from a listbox and assigning values to a variable using VB.NET? For example if I select
House, Garage, Car from the listbox, would like to select a string variable s = House,Garage,Car.