VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



IP TextBox control

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.

Rate IP TextBox control

Upload

Download this snippet    Add to My Saved Code

IP TextBox control Comments

No comments have been posted about IP TextBox control. Why not be the first to post a comment about IP TextBox control.

Post your comment

Subject:
Message:
0/1000 characters