Printable View
Hi guys. How i can save listbox items ? Which settings need to use ?
try this: vb Code: io.file.writealllines("filename", listbox1.items.cast(of string).toarray)
io.file.writealllines("filename", listbox1.items.cast(of string).toarray)