Save my ListBox data into text file
I am using .NET Compact Framework to develop an application for my Pocket PC.
I have multiple records (barcode number) in my ListBox, I trying to save all recoreds to file(.txt), but only the last record barcode number ever gets saved into my .txt file. How do I save ALL the barcode records into file?
sw.WriteLine(ReaderDataListBox.Text) -> This always save my last record only.
|