CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    12

    CEdit decimal places

    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
    [email protected]

  2. #2
    Join Date
    Apr 1999
    Location
    Philippines
    Posts
    46

    Re: CEdit decimal places

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured