Hi, I'm new to .net programming, did a little bit in VB6 just for fun. One of the programs I wrote for my own use was a label printer that stored basically multiple quantities of items from 3 textboxes to a database and then printed to a printer onto sheets of labels 16no to a sheet.
I'm now want to rewrite this program (not using the upgrade wizard) in VS2008. I don't need to store the data in a database like I did with the VB6 version - I only need to store the items during runtime and then print those items to A4 (16 labels) sheets.
I'm unsure what the best method is in .net . Should I use a Collection?, Hash Table? I've never used any of these methods but I'm keen to learn. Hope somebody can point me in the right direction....:)
I'm now want to rewrite this program (not using the upgrade wizard) in VS2008. I don't need to store the data in a database like I did with the VB6 version - I only need to store the items during runtime and then print those items to A4 (16 labels) sheets.
I'm unsure what the best method is in .net . Should I use a Collection?, Hash Table? I've never used any of these methods but I'm keen to learn. Hope somebody can point me in the right direction....:)