by Marcin Holmström (1 Submission)
Category: Custom Controls/Forms/Menus
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(2 Votes)
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!
Code Returns
String property text, formatted as "n.n.n.n"
Side Effects
Use at Your own risk... There may be bugs.
Upload