Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Remove Selected Item From Textbox
SUBMITTED BY:
Guest
DATE:
Dec. 7, 2013, 6:43 a.m.
FORMAT:
Text only
SIZE:
188 Bytes
Raw
Download
Tweet
HITS:
825
Go to comments
Report
With Listbox1.Items
If Listbox1.SelectedIndex > 0 Then .Remove(Listbox1.SelectedItem)
If .Count >= 1 Then Listbox1.SelectedItem = .Item(0)
End With
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus