1.using System;
using System.Net;
private static void parse(string ipAddress)
  {
    try
    {
      // Create an instance of IPAddress for the specified address string (in 
      // dotted-quad, or colon-hexadecimal notation).
      IPAddress address = IPAddress.Parse(ipAddress);      // Display the address in standard notation.
      Console.WriteLine("Parsing your input string: " + "\"" + ipAddress + "\"" + " produces this address (shown in its standard notation): "+ address.ToString());
    }

解决方案 »

  1.   

    2.http://www.eaoo.com/design/list.asp?classid=2&Nclassid=44
      

  2.   

    第一个IP  Control 你可以自己从文本框控件继承做一个。
    第二个, up,
      

  3.   

    1、refer:
    http://www.codeproject.com/cs/miscctrl/ipsubmission.asp
      

  4.   

    to: stoway
     http://www.eaoo.com/design/list.asp?classid=2&Nclassid=44
     上面好像没有关于点到点的文件传输信息,可否给予进一步的信息,thank you! to:cocosoft
     http://www.codeproject.com/cs/miscctrl/ipsubmission.asp
     好像连接不上,是不是网页已被删除了