What is the syntax to display the contents of a simple text file to a listbox?

I figured it out.

lstdisplay.DataSource = IO.File.ReadAllLines(path & "stocks.txt")
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.