I'm based in Ireland programming a cash register system. The output is being displayed in a label.
I have run into 2 issues:
1. I'm using the FormatCurrency() method to output the results, but it outputs in Irish pounds. I need to have it output in Euro instead.
2. I'm trying to delete juts the last item outputted in the label. At the moment my delete button can get rid of ALL items, but I want to just delete the last item I input.
I have run into 2 issues:
1. I'm using the FormatCurrency() method to output the results, but it outputs in Irish pounds. I need to have it output in Euro instead.
2. I'm trying to delete juts the last item outputted in the label. At the moment my delete button can get rid of ALL items, but I want to just delete the last item I input.