Results 1 to 40 of 61

Thread: Numeric Text Box

Threaded View

  1. #19
    New Member
    Join Date
    Aug 2014
    Posts
    2

    Re: Numeric Text Box

    @rfairhur, thank you very much for your post. Yes, it is very useful.

    Please find some comments :
    - I was wondering if the ErrorProvider could not be defined directly in the NumberBox control
    - I would prefer to have a kind of ballon, displaying the Min/Max message as long as the user input is not in the range. This certainly implies to make the validation during the KeyPress event
    - I also need to check values with decimal point (from 0.1 to 0.5 for example)
    - The decimal separator should be read from Windows
    - Find an "easy way" to localize the error messages (avoiding to redefine them for each control on a form).

    I did not test the DateTimePicker yet.

    I am going to have a look on how to add a Tooltip inside the NumberBox, move the validating process in KeyPress and move the management of the messages also in the control.

    Eric.
    Last edited by Eric P; Aug 22nd, 2014 at 04:05 PM.

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