IP address text box...

lidds

Junior Contributor
Joined
Nov 9, 2004
Messages
210
Is there a way that you can create an IP address text box that allows 3 numbers to be entered inbetween the dots and then jumps onto the next section of the IP address.

i.e. 120.222.222.1

And then the IP address entered to be held within a variable including the dots?

Cheers

Simon
 
I have never done this sort of thing, but I'm guessing that you would want to inherit from textbox class and on keypress use a sort of regular expression.
 
Back
Top