Hi,
I have vb.net windows form.
I placed a listbox on form.
I want to select multiple items.
Now i want to add 2 item in this list box.
"Permanent" & "Temp"
If i select Permanent from form it should give me "A"
and if i select Temp it should return "B"
Please tell me how i can add these items into listbox.
Thanks
I have vb.net windows form.
I placed a listbox on form.
I want to select multiple items.
Now i want to add 2 item in this list box.
"Permanent" & "Temp"
If i select Permanent from form it should give me "A"
and if i select Temp it should return "B"
Please tell me how i can add these items into listbox.
Thanks