Hi,
I tried developed a IP Addtrss Editor control using the Masked Text Ediotor.
I had set the mask as nnn.nnn.nnn.
How to check for the valid range of values.like invalid IP Address .
Regards
Vinutha
You cannot specify a maximum value per section, which I think you would need for IP address validation (i.e., so that only values between the range of 000 and 255 are accepted). You could handle the Validating event, get the text of the control, parse each component of the address, and check to make sure each one is within the valid range.