Advertisement
jsauto

Untitled

Apr 9th, 2013
8,902
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.24 KB | None | 0 0
  1.     Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load
  2.         ListBox1.SelectionMode = SelectionMode.MultiSimple
  3.         ListBox1.SetSelected(1, True)
  4.         ListBox1.SetSelected(2, True)
  5.     End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement