IP Address editing control

  • Thread starter Thread starter Jmi
  • Start date Start date
J

Jmi

There used to be a control (perhaps it was available in
Visual Studio 6) for entering IP addresses... It's used
on all kinds of Windows forms, like the ones for setting
up your LAN connection properties, etc. Anyway, I don't
see this control available to me on the forms in Visual
Sudio .NET. Am I missing something, or do I need to
create this control myself (perhaps by derriving something
from the textbox?????) If so, how / where? Thanks.

JIM
 
Jim,

You are not missing something. There is an Ip address control, but
there is no .NET representation for it. You will have to write a wrapper
for it yourself.

Hope this helps.
 
Back
Top