Click to See Complete Forum and Search --> : CEdit decimal places


Adrian Mongeli
May 12th, 1999, 09:47 PM
I need to control the decimal places of float numbers I have in an Edit control.

Is there a way to set the Decimal places in an existing edit control?

I can't redo the program to use COLECurrency at this point.

Thanks!
- Adrian

Adrian Mongeli
DigicodeSys@earthlink.net

Tonio
May 13th, 1999, 12:33 AM
Hi!
Have you tried the CFloatEdit which you could find
in this site? I'm recommending it. You could use
it easily coz the class was derived from CEdit.
good luck.