textbox to only enter IP address
Hello,
VS 2008 WM5.
I have a text box that the user has to enter a version 4 IP address. However, I would like to have the text box format so they can only enter an IP address. In windows forms you can do this with the edit mask textbox. However, I couldn't find this control on the 3.5 CF.
Is there any way to format a text box for formating for a IP address.
So the user can enter something like this 123.34.123.54 without putting the dots in.
Many thanks for any advice,
Steve
Re: textbox to only enter IP address
Hi,
not out of the box - you can always derive your own - this may give you a start
Pete