Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create a textbox to contains IPv4 address? [duplicate]

Tags:

c#

.net

winforms

how to make a text box like this?

alt text

I think all of use have seen this before and know its features.


1 Answers

You could use a MaskedTestBox with Mask 000\.000\.000\.000.

For more info see documentation.

like image 183
Kees C. Bakker Avatar answered Oct 16 '25 23:10

Kees C. Bakker



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!