I have the following code for the decimal button on my calculator...
dbldisplay = CDbl(lblDisplay.Text)
lblDisplay.Text = dbldisplay & "."
This displays a decimal point on the display, but when i click another number, the decimal point disappears.
Any ideas?
