Click here to Skip to main content
Click here to Skip to main content

Textbox Which Holds an IP Address

By , 18 Aug 2008
 

Introduction

This control mimics the standard IP Address textbox you see in Windows. It has four sections, separated by a period, each of which contains numbers which are >= 0 and <= 255.

Background

Nothing too amazing, I just got sick of users always messing up when entering an IP Address. I didn't see anything out there using the 'new' Masktextbox control that comes with .NET, so I thought I'd throw something together to help 'em out.

Using the Code

This is extremely simple. Get and Set the text as you normally would (pass it "192.168.0.100" and you'll get the same thing back, even if it is displayed differently). Use it as you would normally use a control.

To add this to your project, either copy the source, or add a reference to the DLL. The namespace is DEMO.

Points of Interest

It'd be interesting to use regular expressions instead, go for it!

Feedback

This is pretty basic. If you make any changes/add features that you think are useful, feel free to forward them on to me - jkatebin@hotmail.com. Enjoy!

History

  • 31st January, 2008: Initial post
  • 18th August, 2008: Updated source

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

jkatebin
United States United States
Member
No Biography provided

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
GeneralMy vote of 1memberVasDmi66623 Jan '12 - 9:35 
GeneralResizingmemberJeroenh18 Aug '08 - 22:34 
QuestionScreenshot?memberJohnny J.18 Aug '08 - 21:46 
GeneralUsefulmemberAngelo Cresta1 Feb '08 - 3:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web03 | 2.6.130516.1 | Last Updated 18 Aug 2008
Article Copyright 2008 by jkatebin
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid