How would I be able to download an ini off a web site, and make all of the text in the ini into a list box? EX: user downloads a .ini off my web site, then the text in the ini is put into a list box.

INI: 2414.2141.241.214
5223.235.3252.5235
89142.2141.52.553

If the user downloaded the ini with that text, then I would want those three lines in the ini to be put into a list box. can anyone help?