Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  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