Question : 500 POINTS - Button to remove previous item from textbox

Hi,
    I have a form with several buttons, when the buttons are pressed the value of the button is added on a new line to the multiline text box i.e.

1 x Beans @ £1.99
2 x Carrots @ £1.29

What I have is a void button, which when pressed will void the last item selected....

Is this possible?

Thanks

Answer : 500 POINTS - Button to remove previous item from textbox

Pardon my C# / VB.NET dyslexia, the Stack declaration in VB.NET would read:

Dim PriceUndo As New Stack(Of Double)

(not Stack<Double>)
Random Solutions  
 
programming4us programming4us