Search results for query: *

  • Users: dapice57
  • Content: Threads
  • Order by date
  1. D

    Randomly choosing items from a listbox???

    Hello All, I'm trying to create a lottery program where I load a group of customer names into a listbox from a file and then I want to randomly choose a name from the listbox and display it in a label. I was able to get it using: Label1.Text = lstcustomers.Items(Int(Rnd() * pintcount))...
Back
Top