VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

IP TextBox control

Marcin Holmström  (1 Submission)   Custom Controls/Forms/Menus   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

Finally a textbox-control for IP addres input. Now recently updated, with most of the features of the ordinary textbox, plus a bunch of others.

It accepts input in either dot-separated (n.n.n.n) and/or zero-padded (00n00n00n00n) string. The combination 00n00nn.1 is valid!
You always get a properly formatted output string: "n.n.n.n"

Inputs
either dot-separated (n.n.n.n) and/or zero-padded (00n00n00n00n) string. The combination 00n00nn.1 is valid!

Assumes
Try it out!

Returns
String property text, formatted as "n.n.n.n"

Side Effects
Use at Your own risk... There may be bugs.

Rate IP TextBox control (2(2 Vote))
IP TextBox control.bas

IP TextBox control Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters