CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2010
    Location
    .NET 3.5, VisualStudio-2008
    Posts
    30

    IPAddress Control

    Hi All,

    I need an IP-Address control in my application, for which i tried to download one from http://www.c-sharpcorner.com/UploadF...oxControl.aspx

    But this control doesnot support the ip of type "10.99.7.121"(It supports ip of type 255.255.255.255)
    Could someone help me with a better solution?????

  2. #2
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: IPAddress Control

    IPAddress Control?

    System.Net.Sockets
    Always use [code][/code] tags when posting code.

  3. #3
    Join Date
    Jun 2006
    Posts
    148

    Re: IPAddress Control

    Quote Originally Posted by daffodils180 View Post
    But this control doesnot support the ip of type "10.99.7.121"(It supports ip of type 255.255.255.255)
    Could someone help me with a better solution?????
    Do you want it for the data entry purpose ie. some should enter valid ipaddress?

    if Yes then u can also use simple text box with the regex validations.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured