CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9

Threaded View

  1. #1
    Join Date
    Jun 2006
    Location
    Venezuela
    Posts
    37

    Question Decimal numbers in textboxes, VB6.0 Spanish

    Hi...
    As an Intro:
    I got a program that reports some values in textboxes. Those are checked, if one of them is out of its limits the program will automatically rectify it.

    Then this problem came out. If any value has a comma (because it is a decimal number, and VB put it by default instead a dot) the program, at the time of reading it, will only take the natural part (before the comma). And, of course, want the whole value instead the "before the comma" part.

    Why this is happening? and, Who can I solve it?
    Last edited by elvagonumero1; August 7th, 2006 at 08:55 AM. Reason: Didn't say that is a VB spanish version
    THANKS FOR READING: elvagonumero1
    "el hijo perd?*o de Venezuela"--> Everyone is UnDefeatable In Dreams, So... Make'em Real
    ...have a good day

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