IPaddress control
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, Is any body provide me information about IpAddress control in C#. i couldn't find any thing
IPAddress Class[^] If you're looking for an UI control that lets you specify an IP address there isn't one in the .NET Framework class library AFAIK. But there should be some custom controls for it out in the internet. I think there even was an article here on CP presenting such a control.
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook