Re: IP Address Validation
Quote:
Originally Posted by
rk0747
112.543.432.33
I guess you do understand that this is not a valid IP address?
Quote:
to get the required IP Address.
What is a required IP address?
Do you want to check if an IP address is valid?
Re: IP Address Validation
Quote:
Originally Posted by
tbscope
I guess you do understand that this is not a valid IP address?
What is a required IP address?
Do you want to check if an IP address is valid?
sir ,
i mean validation for lineEdit control when i want to enter the IP Address into lineEdit controll, that control should be allow only IP address . don't allow any alphabets ,characters except dot(.)
IP Address contain four parts and must three dots(.):
first part should contain 3 digits.(must)
second part should contain min 1 digit and max 3 digits..
third part should contain min 1 digit and max 3 digits.
four part should contain minimun 1 digit.
ex: 122.234.443.441
421.412.112.44
255.255.336.632
133.331.123.2
255.0.0.0
121.0.0.23
Below ADDRESS should not accept: should give error
ex: 24.253.321.422
23535.35.353.33
3532.333.332
Re: IP Address Validation
What is this for? Is it for a network you are creating? As it's certain not valid for IPv4, which typically is what people mean by 'IP Address'.
Re: IP Address Validation
yes, use for ethernet . my lineEdit control should accept only IP Addresses(format).
sorry, i have to say lineEdit validation not IP validation.
Re: IP Address Validation
The standard for ethernet is IPv4