Advertisement
jsauto

Untitled

Apr 9th, 2013
8,933
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.17 KB | None | 0 0
  1. Private Sub ListBox1_SelectedIndexChanged(sender As System.Object, e As System.EventArgs) Handles ListBox1.SelectedIndexChanged
  2.     MessageBox.Show(ListBox1.Text)
  3. End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement